bugfix 修改

This commit is contained in:
2025-12-01 11:30:32 +08:00
parent 19ad185126
commit 75cf3db960
3 changed files with 100 additions and 38 deletions

View File

@@ -83,6 +83,16 @@ export function getDriverName(key) {
});
}
export function getVehicleName(key) {
return request({
url: '/supplier/select/vehicle',
method: 'GET',
params: {
key: key ,
}
});
}
// 车辆 总览
export function vehicleTotalInfo(data) {
return request({