hookehuyr

fix(authCar): 修正认证车源列表的验证状态参数值

<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-17 14:01:28
* @LastEditTime: 2025-07-17 15:51:44
* @FilePath: /jgdl/src/pages/authCar/index.vue
* @Description: 认证车源
-->
......@@ -163,7 +163,7 @@ const loadAuthCarData = async (isLoadMore = false) => {
const params = {
page: currentPage.value,
limit: pageSize.value,
verification_status: 1 // 只获取已认证的车辆
verification_status: 5 // 只获取已认证的车辆
}
const response = await getVehicleListAPI(params)
......