feat:代码节点添加返回
This commit is contained in:
parent
58a07f310a
commit
a087c35273
@ -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节点返回'}]
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user