diff --git a/src/views/flow/config.js b/src/views/flow/config.js index 7eb5c6d..4be5fe2 100644 --- a/src/views/flow/config.js +++ b/src/views/flow/config.js @@ -514,14 +514,17 @@ export const collapseList = [ action: 'TI_PATH_SEARCH', nodeType: "AE", nodeParams: [ - { name: "currentLocation", type: "input", input: "", disabled: true } + { name: "currentLocation", type: "input", input: "", disabled: true }, + { name: "funcId", type: "input", input: "", disabled: true } ], outputType: 'json', outputParams: [ { name: 'nextLocation', type: 'string', desc: '下一路径位置', disabled: true}, - { name: 'isEnd', type: 'string', desc: '是否结束', disabled: true} + { name: 'isEnd', type: 'string', desc: '是否结束', disabled: true}, + { name: 'iconUrl', type: 'string', desc: '图标路径', disabled: true} ] } + ], }, {