From d66664b3d428d24fdb314617b7ef4569c16465b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E5=90=8E=E7=9A=84=E6=A2=A6=E6=83=B3?= <1971063665@qq.com> Date: Mon, 24 Jun 2024 01:53:12 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/components/bpmnProcessDesigner/pac?= =?UTF-8?q?kage/penal/flow-condition/FlowCondition.vue.=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=EF=BC=9A=E6=B5=81=E7=A8=8B=E8=AE=BE=E8=AE=A1=E5=99=A8?= =?UTF-8?q?bpmn=E6=B5=81=E8=BD=AC=E6=9D=A1=E4=BB=B6-=E6=B5=81=E8=BD=AC?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=80=89=E6=8B=A9=E9=BB=98=E8=AE=A4=E6=B5=81?= =?UTF-8?q?=E8=BD=AC=E8=B7=AF=E5=BE=84=EF=BC=8C=E6=9C=AA=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 最后的梦想 <1971063665@qq.com> --- .../package/penal/flow-condition/FlowCondition.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/bpmnProcessDesigner/package/penal/flow-condition/FlowCondition.vue b/src/components/bpmnProcessDesigner/package/penal/flow-condition/FlowCondition.vue index 1715d73b..304630d9 100644 --- a/src/components/bpmnProcessDesigner/package/penal/flow-condition/FlowCondition.vue +++ b/src/components/bpmnProcessDesigner/package/penal/flow-condition/FlowCondition.vue @@ -129,7 +129,7 @@ const updateFlowType = (flowType) => { conditionExpression: null }) bpmnInstances().modeling.updateProperties(toRaw(bpmnElementSource.value), { - default: bpmnElement.value + default: toRaw(bpmnElement.value) }) return }