From 0e576e149fc2395f0f5ccb34f1e43063300b7d9a Mon Sep 17 00:00:00 2001 From: Sjh <55341701@qq.com> Date: Wed, 17 Jan 2024 11:19:17 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=8D=95=E4=BD=8D=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../key-unit-management.component.ts | 1 + .../create-plan-online-five.component.ts | 34 +++++++++++++------ 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/src/app/key-unit/key-unit-management/key-unit-management.component.ts b/src/app/key-unit/key-unit-management/key-unit-management.component.ts index 1fa15b9..5f26f5e 100644 --- a/src/app/key-unit/key-unit-management/key-unit-management.component.ts +++ b/src/app/key-unit/key-unit-management/key-unit-management.component.ts @@ -753,6 +753,7 @@ export class KeyUnitManagementComponent implements OnInit { dialogRef.afterClosed().subscribe((result) => { if (result) { element.name = result; + element.modifiedTime = new Date() } }); } diff --git a/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts b/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts index f99ddb9..7320878 100644 --- a/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts +++ b/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts @@ -808,18 +808,22 @@ export class CreatePlanOnlineFiveComponent implements OnInit { element.building.forEach((item) => { item.body.forEach((i) => { if (i.surveyName === "单位基本信息") { - i.attinf.forEach((v) => { - if (v.completed) { - !v.value ? (v.value = v.propertyValue) : null; - } - }); + i.attinf + ? i.attinf.forEach((v) => { + if (v.completed) { + !v.value ? (v.value = v.propertyValue) : null; + } + }) + : null; } if (i.surveyName === "建筑信息") { - i.attinf.forEach((v) => { - if (v.completed) { - v.value ? null : (v.value = v.propertyValue); - } - }); + i.attinf + ? i.attinf.forEach((v) => { + if (v.completed) { + v.value ? null : (v.value = v.propertyValue); + } + }) + : null; } }); }); @@ -1323,10 +1327,17 @@ export class CreatePlanOnlineFiveComponent implements OnInit { //重点图示增加分组 addkeyImgItem(item) { + console.log(item); + if (!item.attribute) { + item.attribute = []; + } item.attribute.push({ name: "", imgArr: [] }); } //处置要点增加分组 addDisposalPointItem(item) { + if (!item.attribute) { + item.attribute = []; + } item.attribute.push({ name: "", content: "" }); } //通过左侧查看实景图 @@ -2913,6 +2924,7 @@ export class adddwsurveys { @Inject(MAT_DIALOG_DATA) public data, public snackBar: MatSnackBar ) {} + addAttinfBuild = []; buildnewDate = []; addAttinfFile; //过滤消防设施外层数据 @@ -3172,10 +3184,12 @@ export class adddwsurveys { this.facilityItems.push(...this.zdyData); } } + //取消按钮 close() { this.dialogRef.close(undefined); } + //确定按钮 defineClick() { this.dialogRef.close(