qinzhipeng_v 5 år sedan
förälder
incheckning
43e5ecc9e1
1 ändrade filer med 2 tillägg och 2 borttagningar
  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])
       this.condition = Number(this.projectId[1])
       taskList({
       taskList({
         projectId: Number(this.projectId[1]),
         projectId: Number(this.projectId[1]),
-        curIndex: this.curIndex,
+        curIndex: 1,
         pageSize: this.pageSize
         pageSize: this.pageSize
       }).then(res => {
       }).then(res => {
         this.all_task = res.data
         this.all_task = res.data
@@ -1058,7 +1058,7 @@ export default {
       taskList({
       taskList({
         projectId: Number(this.projectId[1]),
         projectId: Number(this.projectId[1]),
         noRequire: true,
         noRequire: true,
-        curIndex: this.curIndex,
+        curIndex: 1,
         pageSize: this.pageSize
         pageSize: this.pageSize
       }).then(res => {
       }).then(res => {
         this.all_task = res.data
         this.all_task = res.data