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") {