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