地区切换

This commit is contained in:
shijingjing
2022-10-08 17:27:01 +08:00
parent aa9a3a92f1
commit f204f3fff3
2 changed files with 1 additions and 3 deletions

View File

@@ -101,8 +101,6 @@ export default {
if(res?.data) { if(res?.data) {
this.tableData = res.data.records this.tableData = res.data.records
this.total = res.data.total this.total = res.data.total
console.log(this.tableData);
} }
}) })
}, },

View File

@@ -75,7 +75,7 @@ export default {
methods: { methods: {
changeAreaId() { changeAreaId() {
this.$nextTick(() => { this.$nextTick(() => {
// this.$refs[this.tabs[Number(this.currIndex)].name][0].getList() this.$refs[this.tabs[Number(this.currIndex)].name][0].getList()
}) })
} }
}, },