Commit 4741f373 by Lesan

fix: defaultFlowId由后端生成

parent 0c433552
...@@ -247,8 +247,7 @@ const addNode = (type: number) => { ...@@ -247,8 +247,7 @@ const addNode = (type: number) => {
name: NODE_DEFAULT_NAME.get(NodeType.ROUTE_BRANCH_NODE) as string, name: NODE_DEFAULT_NAME.get(NodeType.ROUTE_BRANCH_NODE) as string,
showText: '', showText: '',
type: NodeType.ROUTE_BRANCH_NODE, type: NodeType.ROUTE_BRANCH_NODE,
childNode: props.childNode, childNode: props.childNode
defaultFlowId: 'Flow_' + generateUUID()
} }
emits('update:childNode', data) emits('update:childNode', data)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment