update src/components/bpmnProcessDesigner/package/penal/flow-condition/FlowCondition.vue.
修复:流程设计器bpmn流转条件-流转类型选择默认流转路径,未正确显示/ Signed-off-by: 最后的梦想 <1971063665@qq.com>
This commit is contained in:
parent
a0ecfed693
commit
d66664b3d4
@ -129,7 +129,7 @@ const updateFlowType = (flowType) => {
|
||||
conditionExpression: null
|
||||
})
|
||||
bpmnInstances().modeling.updateProperties(toRaw(bpmnElementSource.value), {
|
||||
default: bpmnElement.value
|
||||
default: toRaw(bpmnElement.value)
|
||||
})
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user