lilei 1 ano atrás
pai
commit
2b37e4a82f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/Table/index.js

+ 1 - 1
src/components/Table/index.js

@@ -155,7 +155,7 @@ export default {
      */
     refresh (bool = false) {
       bool && (this.localPagination = Object.assign({}, {
-        current: 1, pageSize: this.pageSize
+        current: 1, pageSize: this.localPagination.pageSize
       }))
       this.loadData()
     },