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