管理车辆信息

master
shaowenhao 2023-11-25 09:00:46 +08:00
parent 92f65e2be7
commit 389a3bb6eb
1 changed files with 4 additions and 1 deletions

View File

@ -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
}) })
}, },