修复:保险支持5张图片

This commit is contained in:
2025-06-14 17:12:45 +08:00
parent de0f6c43b1
commit 47b6a3d8de
17 changed files with 746 additions and 184 deletions

View File

@@ -20,7 +20,7 @@ const List = () => {
const reload = () => {
// 获取车辆列表
pageHjmCar({status: 1, keywords}).then(res => {
pageHjmCar({status: 1,deleted: 0, keywords}).then(res => {
setList(res?.list || [])
})
}