feat: 路径搜索节点增加vehicleConfigId属性
This commit is contained in:
parent
a49a2d7f16
commit
67bccc88fa
@ -578,7 +578,8 @@ export const collapseList = [
|
||||
nodeType: "EDGE",
|
||||
nodeParams: [
|
||||
{ name: "currentLocation", type: "input", input: "", disabled: true },
|
||||
{ name: "funcId", type: "input", input: "", disabled: true }
|
||||
{ name: "funcId", type: "input", input: "", disabled: true },
|
||||
{ name: "vehicleConfigId", type: "input", input: "", disabled: true },
|
||||
],
|
||||
outputType: 'json',
|
||||
outputParams: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user