From 6b6d4b0fd954fee3ad071d438f1cf7ec4899731c Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Sat, 11 Mar 2023 10:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-system-ui/src/views/flow/todoList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {