Skip to content

Commit d66664b

Browse files
wangzongrungitee-org
authored andcommitted
update src/components/bpmnProcessDesigner/package/penal/flow-condition/FlowCondition.vue.
修复:流程设计器bpmn流转条件-流转类型选择默认流转路径,未正确显示/ Signed-off-by: 最后的梦想 <[email protected]>
1 parent a0ecfed commit d66664b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const updateFlowType = (flowType) => {
129129
conditionExpression: null
130130
})
131131
bpmnInstances().modeling.updateProperties(toRaw(bpmnElementSource.value), {
132-
default: bpmnElement.value
132+
default: toRaw(bpmnElement.value)
133133
})
134134
return
135135
}

0 commit comments

Comments
 (0)