打包失败

master
shaowenhao 2023-11-26 20:03:41 +08:00
parent a27864143e
commit 6720c6ff48
2 changed files with 2 additions and 32 deletions

View File

@ -9,36 +9,5 @@ export function carList(data) {
data data
}) })
} }
//添加车辆信息管理
export function carAdd(data) {
return request({
url: 'carBase/car/addCar',
method: 'post',
data
})
}
//修改车辆信息管理
export function carUpd(data) {
return request({
url: 'carBase/car/updCar',
method: 'post',
data
})
}
//删除车辆信息管理
export function carDel(vinId){
return request({
url:'carBase/car/delCar/' + vinId,
method:'get',
vinId
})
}
//导出车辆信息管理
export function carExport(data){
return request({
url:'carBase/car/export/',
method:'post',
data
})
}

View File

@ -129,5 +129,6 @@ export default {
<style> <style>
.el-input{ .el-input{
width: 200px; width: 200px;
height: 100px;
} }
</style> </style>