格式优化

This commit is contained in:
caixiaofeng 2024-12-21 20:57:51 +08:00
parent 3fe2c36607
commit ec6aa60a54

View File

@ -209,7 +209,7 @@ const addService = (node: FlowNode) => {
name: '服务节点', name: '服务节点',
next: next, next: next,
implementationType: '', implementationType: '',
implementation: '', implementation: ''
} as ServiceNode } as ServiceNode
if (next) { if (next) {
next.pid = id next.pid = id