Merge pull request #1547 from dataease/pr@v1.5@fix_table

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

View File

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