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