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,