From 56aaa0903443835158ee3d96026fd637fbc95cda Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Tue, 16 May 2023 15:21:16 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=8E=BB=E6=8E=89bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/ui/collection-tools/collection-tools.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/ui/collection-tools/collection-tools.component.ts b/src/app/ui/collection-tools/collection-tools.component.ts index 3197033..85afe75 100644 --- a/src/app/ui/collection-tools/collection-tools.component.ts +++ b/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); //获取 建筑 楼层数据 }); });