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节点返回'}] } ], },