qinzhipeng_v 5 年之前
父节点
当前提交
43e5ecc9e1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/projectManage/projectList/projectViewDetails.vue

+ 2 - 2
src/views/projectManage/projectList/projectViewDetails.vue

@@ -1043,7 +1043,7 @@ export default {
       this.condition = Number(this.projectId[1])
       taskList({
         projectId: Number(this.projectId[1]),
-        curIndex: this.curIndex,
+        curIndex: 1,
         pageSize: this.pageSize
       }).then(res => {
         this.all_task = res.data
@@ -1058,7 +1058,7 @@ export default {
       taskList({
         projectId: Number(this.projectId[1]),
         noRequire: true,
-        curIndex: this.curIndex,
+        curIndex: 1,
         pageSize: this.pageSize
       }).then(res => {
         this.all_task = res.data