接口添加
This commit is contained in:
parent
f26cd3f2f6
commit
a7616c4d60
|
|
@ -73,6 +73,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
//车辆出入记录
|
||||||
vehicle_access: {
|
vehicle_access: {
|
||||||
name: "车辆出入记录",
|
name: "车辆出入记录",
|
||||||
req: async function (data) {
|
req: async function (data) {
|
||||||
|
|
@ -81,6 +82,16 @@ export default {
|
||||||
data);
|
data);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
//洗车记录
|
||||||
|
carwash: {
|
||||||
|
name: "车辆出入记录",
|
||||||
|
req: async function (data) {
|
||||||
|
return await http.get(
|
||||||
|
`${config.API_URL}/enp/carwash/`,
|
||||||
|
data);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
//导出
|
||||||
envdata: {
|
envdata: {
|
||||||
export_excel: {
|
export_excel: {
|
||||||
name: "导出Excel",
|
name: "导出Excel",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue