@@ -104,12 +104,14 @@ export default {
if (this.autoScroll) {
scrollTo(0, 800)
}
+ this.syncStore()
},
handleCurrentChange (val) {
this.$emit('pagination', { page: val, limit: this.pageSize })