소스 검색

fix 分页

loki 4 년 전
부모
커밋
354a0e5b16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/mixins/filterList.js

+ 1 - 1
src/mixins/filterList.js

@@ -50,7 +50,7 @@ const filterList = (params = {}) => ({
           this.pageChange(1);
         } else {
           this.items = items;
-          this.pagination.page += 1;
+          // this.pagination.page += 1;
           this.pagination.total = data.total;
         }
         this.loadCallBack(data);