From a087c352738de4c709a9532be9029ea051465ac9 Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Wed, 4 Mar 2026 16:26:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BB=A3=E7=A0=81=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E?= 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 9e5e4f7..9039849 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: [] + outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'js节点返回'}] } ], },