孟令鑫 há 1 ano atrás
pai
commit
7ef703b89c
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      src/views/workManagement/manualRunProjectList.vue

+ 3 - 1
src/views/workManagement/manualRunProjectList.vue

@@ -416,9 +416,11 @@ export default {
                 finishDateStart,
                 finishDateEnd,
                 resetPageNum: !isTimer ? false : (this.pagination.currentPage || 1),
+                // resetPageNum: false,
             };
 
-            if(!isTimer) this.pagination.currentPage = 1;
+            // 注释掉改行,避免每删除一条项目就返回第一页
+            // if(!isTimer) this.pagination.currentPage = 1;
 
             this.refreshList(pageMap);