|
@@ -112,7 +112,7 @@ export default {
|
|
Y: this.pointItem.Y,
|
|
Y: this.pointItem.Y,
|
|
data: {
|
|
data: {
|
|
Filters: `buildingId = '${this.pointItem.BuildId}' and floorId = '${this.pointItem.FloorId}'`,
|
|
Filters: `buildingId = '${this.pointItem.BuildId}' and floorId = '${this.pointItem.FloorId}'`,
|
|
- "Cascade": [{ "Name": "floor" }, { "Name": "building" }, { "Name": "objectTypeO" }]
|
|
|
|
|
|
+ "Cascade": [{ "Name": "floor" }, { "Name": "building" }, { "Name": "zoneName" }]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
zoneQueryByPoint(pa, res => {
|
|
zoneQueryByPoint(pa, res => {
|
|
@@ -275,4 +275,4 @@ export default {
|
|
padding-left: 15px;
|
|
padding-left: 15px;
|
|
padding: 0 0 0 15px;
|
|
padding: 0 0 0 15px;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|