fix: 表格分页问题

This commit is contained in:
junjie 2021-12-29 10:28:31 +08:00
parent 96b4d2cf41
commit 6f31ac1634

View File

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