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
commit 73d2b4bec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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