master
tangwenkang 2023-11-30 10:59:11 +08:00
parent af922213d7
commit 33f274146c
1 changed files with 2 additions and 2 deletions

View File

@ -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(){