We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3227c commit 60691dfCopy full SHA for 60691df
src/components/bpmnProcessDesigner/package/penal/flow-condition/FlowCondition.vue
@@ -79,7 +79,8 @@ const resetFlowCondition = () => {
79
if (
80
bpmnElementSourceRef.value &&
81
bpmnElementSourceRef.value.default &&
82
- bpmnElementSourceRef.value.default.id === bpmnElement.value.id
+ bpmnElementSourceRef.value.default.id === bpmnElement.value.id &&
83
+ flowConditionForm.value.type == 'default'
84
) {
85
// 默认
86
flowConditionForm.value = { type: 'default' }
0 commit comments