From 57e36365ba1b5cfbe7cac6300cbc5649e63f3660 Mon Sep 17 00:00:00 2001 From: ssc <273702440@qq.com> Date: Sat, 10 Jun 2023 20:23:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B1=87=E6=80=BB=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=BF=87=E6=BB=A4=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/workflow/process/components/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/plugin/workflow/process/components/detail.vue b/src/views/plugin/workflow/process/components/detail.vue index 608e603..9fa8f59 100644 --- a/src/views/plugin/workflow/process/components/detail.vue +++ b/src/views/plugin/workflow/process/components/detail.vue @@ -151,7 +151,7 @@ export default { } formList.forEach(f => { const { content, taskName, taskKey } = f - const { option } = this.handleResolveOption(eval('(' + content + ')'), taskForm, 'done') + const { option } = this.handleResolveOption(eval('(' + content + ')'), null, 'done') options.group.push({ label: taskName || taskKey, collapse: allForm ? false : true,