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