|
@@ -253,11 +253,11 @@ export default {
|
|
|
},
|
|
|
//计算 和当前竖井有关联的空间的垂直交通关系
|
|
|
calculateRelation() {
|
|
|
- if (this.isAI &&this.building && this.ObjectType && this.ShaftId) {
|
|
|
+ if (this.isAI && this.building && this.ObjectType && this.cenoteObj.ShaftId) {
|
|
|
let params = {
|
|
|
BuildingId: this.building,
|
|
|
ObjectType: this.ObjectType,
|
|
|
- ShaftId: this.ShaftId,
|
|
|
+ ShaftId: this.cenoteObj.ShaftId,
|
|
|
}
|
|
|
verticalSpace(params, res => {
|
|
|
console.log(res)
|