diff --git a/anrui-system-ui/src/views/flow/todoList.vue b/anrui-system-ui/src/views/flow/todoList.vue index c4fb14964e..ebf37a9975 100644 --- a/anrui-system-ui/src/views/flow/todoList.vue +++ b/anrui-system-ui/src/views/flow/todoList.vue @@ -501,7 +501,7 @@ export default { this.listLoading = true pagerList(this.listQuery).then((rep) => { this.listLoading = false - if (rep.succss) { + if (rep.success) { this.list = rep.data.records this.listQuery.total = rep.data.total } else {