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
commit 8ec7b93481
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()
}
},