mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
fix: defaultFlowId由后端生成
This commit is contained in:
parent
0c433552f9
commit
4741f3737f
@ -247,8 +247,7 @@ const addNode = (type: number) => {
|
||||
name: NODE_DEFAULT_NAME.get(NodeType.ROUTE_BRANCH_NODE) as string,
|
||||
showText: '',
|
||||
type: NodeType.ROUTE_BRANCH_NODE,
|
||||
childNode: props.childNode,
|
||||
defaultFlowId: 'Flow_' + generateUUID()
|
||||
childNode: props.childNode
|
||||
}
|
||||
emits('update:childNode', data)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user