Browse Source

fix 分页

loki 4 năm trước cách đây
mục cha
commit
354a0e5b16
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);