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

This commit is contained in:
gexinzhineng/gxzn27 2023-03-02 11:26:28 +08:00
parent 2d3227c5bc
commit 60691df3a6

View File

@ -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' }