From 01f538f722efa4845b9c8b3c775340888ad64173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Fri, 6 Nov 2020 14:31:54 +0800 Subject: [PATCH] youhua --- src/views/kpi/workbench/todo/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/kpi/workbench/todo/index.vue b/src/views/kpi/workbench/todo/index.vue index 7a93438..d24d676 100644 --- a/src/views/kpi/workbench/todo/index.vue +++ b/src/views/kpi/workbench/todo/index.vue @@ -93,7 +93,7 @@ export default { // 待处理事项 this.waitCount = res.data.totalCount } - this.selectedTableList = res.data.list + this.selectedTableList = res.data.list || [] console.log('待处理', res) }) },