|
|
|
@ -1359,7 +1359,7 @@ export class CollectionToolsComponent implements OnInit {
|
|
|
|
|
this.selectSitePlanIndex = 0; |
|
|
|
|
|
|
|
|
|
Promise.all([fireData, planData]).then((res) => { |
|
|
|
|
this.canvasData.selectPanelPoint.Data= {}; |
|
|
|
|
// this.canvasData.selectPanelPoint.Data= {};
|
|
|
|
|
this.getSitePlanStorey(this.selectingSitePlan); //获取 平面图 楼层数据
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
@ -1377,7 +1377,7 @@ export class CollectionToolsComponent implements OnInit {
|
|
|
|
|
this.selectSitePlanIndex = 0; |
|
|
|
|
|
|
|
|
|
Promise.all([fireData, planData]).then((res) => { |
|
|
|
|
this.canvasData.selectPanelPoint.Data= {}; |
|
|
|
|
// this.canvasData.selectPanelPoint.Data= {};
|
|
|
|
|
this.getBuildingStorey(this.selectingSitePlan); //获取 建筑 楼层数据
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|