CRM_25-10-30#story#7373,关于完善救援责任险管理功能的需求--临期筛选功能

This commit is contained in:
2025-10-24 10:25:18 +08:00
parent f257a9ad2a
commit 41b43087f1
5 changed files with 469 additions and 0 deletions

View File

@ -18,6 +18,17 @@ export function saveVehicle(data){
data
})
}
//编辑车辆信息
export function updateInsurance(data){
return request({
url:'/supplierAppV2/dispatchApp/user/updateInsurance',
method:'POST',
contentType:'application/json',
data
})
}
// 获取车辆信息(用于修改时回显的值,只需传vehicleId
export function getInfoById(data){
return request({