车辆列表,添加停启用状态更改接口

This commit is contained in:
2025-10-28 17:10:41 +08:00
parent 2e8018026f
commit 33b45ad37e
2 changed files with 34 additions and 4 deletions

View File

@ -18,6 +18,15 @@ export function saveVehicle(data){
data
})
}
/*车辆更改状态 /supplierAppV2/dispatchApp/user/enableVehicle*/
export function enableVehicle(data){
return request({
url:'/supplierAppV2/dispatchApp/user/enableVehicle',
method:'POST',
contentType:'application/json',
data
})
}
//编辑车辆信息
export function updateInsurance(data){