This commit is contained in:
bb_pan 2025-06-14 15:47:23 +08:00
parent ce4e35146a
commit 4eb0d03dea
1 changed files with 2 additions and 2 deletions

View File

@ -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
})
},