修复已知问题

This commit is contained in:
2025-06-03 15:16:50 +08:00
parent 60326ca516
commit 3ac3fd8cb2
27 changed files with 1361 additions and 178 deletions

View File

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