qinzhipeng_v 5 жил өмнө
parent
commit
43e5ecc9e1

+ 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