按钮防重复点击

This commit is contained in:
2023-08-23 16:26:39 +08:00
parent 6060a36d92
commit f6ba33b0a2
11 changed files with 95 additions and 107 deletions

View File

@ -42,6 +42,13 @@ export function vehicleTypeList(){
url:'/supplierAppV2/dispatchApp/user/vehicleTypeList',
method:'POST'
})
}
// 服务商服务能力
export function supplierServiceTree(){
return request({
url:'/supplierAppV2/dispatchApp/user/supplierServiceTree',
method:'POST'
})
}
//司机列表
export function driverList(data){