地区切换
This commit is contained in:
@@ -101,8 +101,6 @@ export default {
|
||||
if(res?.data) {
|
||||
this.tableData = res.data.records
|
||||
this.total = res.data.total
|
||||
console.log(this.tableData);
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@@ -75,7 +75,7 @@ export default {
|
||||
methods: {
|
||||
changeAreaId() {
|
||||
this.$nextTick(() => {
|
||||
// this.$refs[this.tabs[Number(this.currIndex)].name][0].getList()
|
||||
this.$refs[this.tabs[Number(this.currIndex)].name][0].getList()
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user