Merge pull request #1546 from dataease/pr@dev@fix_table

fix: 表格分页问题
This commit is contained in:
Gin
2021-12-29 10:30:07 +08:00
committed by GitHub

View File

@@ -131,6 +131,7 @@ export default {
},
watch: {
chart: function() {
this.resetPage()
this.init()
}
},