master
parent
af922213d7
commit
33f274146c
|
@ -335,7 +335,8 @@ export default {
|
|||
/*车辆列表*/
|
||||
getList(){
|
||||
getCarList(this.form).then(response => {
|
||||
this.carList = response.data
|
||||
console.log(response)
|
||||
this.carList = response.data.list
|
||||
this.total = response.data.total
|
||||
})
|
||||
},
|
||||
|
@ -346,7 +347,6 @@ export default {
|
|||
this.$message.success("删除成功!")
|
||||
location.reload()
|
||||
}
|
||||
|
||||
})
|
||||
},
|
||||
updateCar(){
|
||||
|
|
Loading…
Reference in New Issue