Browse Source

[完善]去掉bug

智慧矿山应急安全培训、考核、演练管理系统
邵佳豪 2 years ago
parent
commit
56aaa09034
  1. 4
      src/app/ui/collection-tools/collection-tools.component.ts

4
src/app/ui/collection-tools/collection-tools.component.ts

@ -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); //获取 建筑 楼层数据
});
});

Loading…
Cancel
Save