From ec6aa60a549c7204b48c5e436a2c392310f1684c Mon Sep 17 00:00:00 2001 From: caixiaofeng <1941338475@qq.com> Date: Sat, 21 Dec 2024 20:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flowDesign/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/flowDesign/index.vue b/src/views/flowDesign/index.vue index e3de0a8..1aef51c 100644 --- a/src/views/flowDesign/index.vue +++ b/src/views/flowDesign/index.vue @@ -209,7 +209,7 @@ const addService = (node: FlowNode) => { name: '服务节点', next: next, implementationType: '', - implementation: '', + implementation: '' } as ServiceNode if (next) { next.pid = id