This commit is contained in:
YunaiV
2024-07-07 17:10:18 +08:00
18 changed files with 98 additions and 185 deletions

View File

@ -129,7 +129,7 @@ const updateFlowType = (flowType) => {
conditionExpression: null
})
bpmnInstances().modeling.updateProperties(toRaw(bpmnElementSource.value), {
default: bpmnElement.value
default: toRaw(bpmnElement.value)
})
return
}