feat:开始节点不拼接随机标识

master
钟良源 4 weeks ago
parent dd5d72740e
commit 94ae44865e

@ -30,7 +30,7 @@ export const convertFlowData = (flowData: any, useDefault = true) => {
return { return {
nodes: [ nodes: [
{ {
id: `start-${timestamp}`, id: `start`,
type: 'start', type: 'start',
position: { x: 200, y: 200 }, position: { x: 200, y: 200 },
data: { data: {

Loading…
Cancel
Save