From f42a1276cbde14d9e92b6036a66e70c90af957b6 Mon Sep 17 00:00:00 2001
From: SHAOJIAHAO <55341701@qq.com>
Date: Mon, 5 Jun 2023 08:12:16 +0800
Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=9C=A8=E7=BA=BF=E4=BA=94?=
=?UTF-8?q?=E7=BA=A7=E5=AE=8C=E5=96=84=E9=98=B2=E7=81=AB=E7=AE=A1=E8=BE=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../create-plan-online-five.component.html | 4 ++--
.../create-plan-online-five.component.ts | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html b/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html
index f406a1f..9374b46 100644
--- a/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html
+++ b/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html
@@ -334,7 +334,7 @@
防火管辖:
- {{item.attribute.fireproofingAdminister}}
+ {{orName}}
@@ -411,7 +411,7 @@
防火管辖:
- {{item.attribute.fireproofingAdminister}}
+ {{orName}}
灭火责任队站:
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 224076b..ab65c39 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
@@ -94,11 +94,13 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
planMode; //预案类型
xiazai; //是否点击下载按钮进来的
//index
+ orName
async ngOnInit() {
//this.index = this.getArrayIndex(this.planTemplateData,'单位概况')
this.xiazai = this.route.snapshot.queryParams.xiazai;
this.haveNew = this.route.snapshot.queryParams.haveNew;
this.planMode = this.route.snapshot.queryParams.planMode;
+ this.orName = this.route.snapshot.queryParams.orName;
console.log(this.route.snapshot.queryParams.wordChange);
this.planLevel = this.route.snapshot.queryParams.planCategory;
if (this.route.snapshot.queryParams.pattern == "false") {