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