From 929035442f4fea29be9d8da80146e69bd8b0d467 Mon Sep 17 00:00:00 2001 From: konbai <1527468660@qq.com> Date: Wed, 10 Aug 2022 01:07:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=81=E7=A8=8B=E8=AF=A6=E6=83=85):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=81=E8=BD=AC=E8=AE=B0=E5=BD=95=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=A4=B1=E8=B4=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/workflow/work/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/workflow/work/detail.vue b/ruoyi-ui/src/views/workflow/work/detail.vue index 86c58ebc..0f197ae9 100644 --- a/ruoyi-ui/src/views/workflow/work/detail.vue +++ b/ruoyi-ui/src/views/workflow/work/detail.vue @@ -429,7 +429,7 @@ export default { if (this.taskFormOpen) { this.taskFormData = data.taskFormData; } - this.historyTaskList = data.taskList; + this.historyTaskList = data.historyTaskList; this.formOpen = true }) },