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