From 0d7c476036c5259163870ebc322fa94dd554c09d Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Thu, 3 Jun 2021 16:20:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=BE=85=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8D=95=E4=BD=8D=E5=B7=AE=E5=BC=82=E6=98=BE?= =?UTF-8?q?=E7=A4=BAdifferentContent=E4=B8=BA=E7=A9=BA=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wait-examineer/wait-examineer.component.html | 4 ++-- .../plan-audit/wait-examineer/wait-examineer.component.ts | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.html b/src/app/plan-audit/wait-examineer/wait-examineer.component.html index a3f48d7..c0127ca 100644 --- a/src/app/plan-audit/wait-examineer/wait-examineer.component.html +++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.html @@ -97,7 +97,7 @@ -
+
@@ -107,7 +107,7 @@
- + item.propertyName == 'basicInfo') // 实景图 @@ -181,7 +183,6 @@ export class WaitExamineerComponent implements OnInit { this.differentContentOfBuildingsInfo.childrens.forEach(element => { element.childrens = element.childrens.filter(item => item.isObj == false) }); - console.log('当前选择的单位的实景图',this.differentContentOfBuildingsInfo) //功能分区 let differentContentOfFunction = JSON.parse(JSON.stringify(differentContent.filter(item => item.propertyName == 'buildings')[0])) this.differentContentOfFunction = []