Skip to content

Commit 4741f37

Browse files
committed
fix: defaultFlowId由后端生成
1 parent 0c43355 commit 4741f37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/SimpleProcessDesignerV2/src/NodeHandler.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ const addNode = (type: number) => {
247247
name: NODE_DEFAULT_NAME.get(NodeType.ROUTE_BRANCH_NODE) as string,
248248
showText: '',
249249
type: NodeType.ROUTE_BRANCH_NODE,
250-
childNode: props.childNode,
251-
defaultFlowId: 'Flow_' + generateUUID()
250+
childNode: props.childNode
252251
}
253252
emits('update:childNode', data)
254253
}

0 commit comments

Comments
 (0)