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

Merge pull request !463 from 最后的梦想/N/A
This commit is contained in:
芋道源码 2024-07-07 03:33:07 +00:00 committed by Gitee
commit f341ba4d3c
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
}