Pre Merge pull request !463 from 最后的梦想/N/A

pull/463/MERGE
最后的梦想 2024-07-07 03:30:23 +00:00 committed by Gitee
commit c404ab865a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

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