融资统计

This commit is contained in:
liuye
2022-04-11 10:54:05 +08:00
parent 4a138c52a6
commit 61e30c8dbe
2 changed files with 9 additions and 5 deletions

View File

@@ -83,7 +83,9 @@ export default {
})
},
changeArea() {
this.$refs[this.currIndex][0].getTableData();
this.$nextTick(() => {
this.$refs[this.currIndex][0].getTableData();
})
}
}
}