管理车辆信息
parent
92f65e2be7
commit
389a3bb6eb
|
@ -108,7 +108,10 @@ export default {
|
||||||
fetchData: function() {
|
fetchData: function() {
|
||||||
this.listLoading = true
|
this.listLoading = true
|
||||||
carList().then(response => {
|
carList().then(response => {
|
||||||
this.tableData = response.data.data
|
this.tableData = response.data
|
||||||
|
alert(11111)
|
||||||
|
console.log(2222222222222222)
|
||||||
|
console.log(response.data)
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue