Pre Merge pull request !463 from 最后的梦想/N/A
commit
c404ab865a
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue