소스 검색

Merge branch 'develop_yh39' of jianguan-web/jg-ocs-html into pre-release

李磊 1 년 전
부모
커밋
fefaa249af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
     },