From 2d1b31a841f76ac63732fb4dc1079990b1fd435b Mon Sep 17 00:00:00 2001 From: shifeng Date: Thu, 21 Nov 2024 08:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD=E5=A6=82=E6=9E=9C=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE=E4=B8=8D=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=8F=AF=E7=BC=96=E8=BE=91=E8=A1=A8=E5=8D=95=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=EF=BC=8C=E9=81=BF=E5=85=8D=E8=A1=A8=E5=8D=95=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E8=A2=AB=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bpm/processInstance/detail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/bpm/processInstance/detail/index.vue b/src/views/bpm/processInstance/detail/index.vue index 11bdeedf..aa6ad5fe 100644 --- a/src/views/bpm/processInstance/detail/index.vue +++ b/src/views/bpm/processInstance/detail/index.vue @@ -271,7 +271,7 @@ const handleAudit = async (task, pass) => { data.variables = approveForms.value[index].value } // 获取表单可编辑字段的值 - if (fApi.value) { + if (fApi.value && task.fieldsPermission !== null) { data.variables = getWritableValueOfForm(task.fieldsPermission) }