瀏覽代碼

fix 分页

loki 3 年之前
父節點
當前提交
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);