update src/components/bpmnProcessDesigner/package/penal/flow-condition/FlowCondition.vue.

修复:流程设计器bpmn流转条件-流转类型选择默认流转路径,未正确显示/

Signed-off-by: 最后的梦想 <1971063665@qq.com>
This commit is contained in:
最后的梦想 2024-06-24 01:53:12 +00:00 committed by Gitee
parent a0ecfed693
commit d66664b3d4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -129,7 +129,7 @@ const updateFlowType = (flowType) => {
conditionExpression: null
})
bpmnInstances().modeling.updateProperties(toRaw(bpmnElementSource.value), {
default: bpmnElement.value
default: toRaw(bpmnElement.value)
})
return
}