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);