From 9f088256789a0ef9f7f67e43c2aaba0f3cc0d903 Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Wed, 18 Mar 2026 08:50:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=96=E6=B6=88code=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E8=BE=93=E5=87=BAdisabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/flow/config.js b/src/views/flow/config.js index c7847bb..7e2abb0 100644 --- a/src/views/flow/config.js +++ b/src/views/flow/config.js @@ -306,7 +306,7 @@ export const collapseList = [ { name: "input", type: "input", input: "", required: true } ], outputType: 'json', - outputParams: [{ name: 'ret', type: 'Object', children: [], desc: 'js节点返回', disabled: true}] + outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'js节点返回'}] }, { icon: microphoneSvg,