This commit is contained in:
parent
ce4e35146a
commit
4eb0d03dea
|
|
@ -437,8 +437,8 @@ export default {
|
||||||
this.queryParams.endTime = ''
|
this.queryParams.endTime = ''
|
||||||
}
|
}
|
||||||
getToDoList(this.queryParams).then((response) => {
|
getToDoList(this.queryParams).then((response) => {
|
||||||
this.typeList = response.rows
|
this.typeList = response.data.rows
|
||||||
this.total = response.total
|
this.total = response.data.total
|
||||||
this.loading = false
|
this.loading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue