From 35fbd6501c3cee6a756d92224d463f0812a23c0b Mon Sep 17 00:00:00 2001 From: chenjingyu <1148019379@qq.com> Date: Mon, 24 Jan 2022 17:04:04 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E4=B8=8B=E8=BD=BD=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E8=BD=AC=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../create-plan-online-five.component.ts | 23 ++++++++++--------- .../entry-plan-look.component.ts | 7 +++--- .../entry-plan-look/upNew.html | 6 +++-- 3 files changed, 20 insertions(+), 16 deletions(-) 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 8a8784d..2dd05cc 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 @@ -79,12 +79,12 @@ export class CreatePlanOnlineFiveComponent implements OnInit { this.selectedItem='封面' this.pattern = 'edit' } - this.getUnitData() + this.getUnitData() this.getOrganizations() if(this.route.snapshot.queryParams.xiazai=='true'){ window.setTimeout(()=>{ this.generatingDoc() - },3500) + },5000) } } @@ -169,7 +169,7 @@ export class CreatePlanOnlineFiveComponent implements OnInit { //获得单位信息 unitData: any - getUnitData() { + async getUnitData() { let paramsdata: any = { Name: this.route.snapshot.queryParams.unitName || '', } @@ -1677,11 +1677,12 @@ export class CreatePlanOnlineFiveComponent implements OnInit { this.planTemplateData.forEach(element => { if(element.groupName=='交通水源'||element.groupName=='重点图示'){ - for(let i=0;i0){ + for(let i=0;i{ this.dialogRef.close(); - },5000) + },7000) } src=this.sanitizer.bypassSecurityTrustResourceUrl(this.data.src); } diff --git a/src/app/plan-management/entry-plan-look/upNew.html b/src/app/plan-management/entry-plan-look/upNew.html index e3faec1..862adaa 100644 --- a/src/app/plan-management/entry-plan-look/upNew.html +++ b/src/app/plan-management/entry-plan-look/upNew.html @@ -1,3 +1,5 @@ -
- +
+ + 下载中 +
\ No newline at end of file