Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-07-17 15:52:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
790ca96b67393459b63a54fa3acd6c089da1a061
790ca96b
1 parent
752c258f
fix(authCar): 修正认证车源列表的验证状态参数值
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/authCar/index.vue
src/pages/authCar/index.vue
View file @
790ca96
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-17 1
4:01:28
* @LastEditTime: 2025-07-17 1
5: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)
...
...
Please
register
or
login
to post a comment