Commit 60691df3 by gexinzhineng/gxzn27

bpmnjs流程图 流转条件切换问题

parent 2d3227c5
......@@ -79,7 +79,8 @@ const resetFlowCondition = () => {
if (
bpmnElementSourceRef.value &&
bpmnElementSourceRef.value.default &&
bpmnElementSourceRef.value.default.id === bpmnElement.value.id
bpmnElementSourceRef.value.default.id === bpmnElement.value.id &&
flowConditionForm.value.type == 'default'
) {
// 默认
flowConditionForm.value = { type: 'default' }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment