fix: 表格分页问题

This commit is contained in:
junjie 2021-12-29 10:28:31 +08:00
parent 8bb5d5b427
commit 34a048d07a

View File

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