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