From ecba9296c73b3ed1810584e34eef2e08383e509a Mon Sep 17 00:00:00 2001 From: chenjingyu Date: Wed, 16 Jun 2021 14:35:35 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E4=B8=89=E4=BA=94=E7=BA=A7?= =?UTF-8?q?=E9=A2=84=E6=A1=88=E5=9C=A8=E7=BA=BF=E7=BC=96=E5=88=B6=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E4=BC=A0=E9=80=92=E5=8F=82=E6=95=B0=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=A2=84=E6=A1=88=E7=BA=A7=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry-plan-look/entry-plan-look.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts b/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts index 97c5a06..2bee59c 100644 --- a/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts +++ b/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts @@ -203,7 +203,7 @@ export class EntryPlanLookComponent implements OnInit { } else if (e.planType == 16) { if(e.attachmentUrls==null){ - window.open(`/planManagement/createplanonlinefive?navIsOpen=false&companyId=${this.companyId}&planName=${e.name}&unitName=${this.unitdata.unitname}`) + window.open(`/planManagement/createplanonlinefive?navIsOpen=false&companyId=${this.companyId}&planName=${e.name}&unitName=${this.unitdata.unitname}&planCategory=${e.planCategory}`) } else{ let body = JSON.stringify(""); @@ -910,7 +910,7 @@ export class AddPlanone { this.planData=plandata this.dialogRef.close(plandata); //console.log(plandata) - window.open(`/planManagement/createplanonlinefive?navIsOpen=false&companyId=${this.data.companyId}&planName=${this.planData.name}&unitName=${this.data.unitName}`) + window.open(`/planManagement/createplanonlinefive?navIsOpen=false&companyId=${this.data.companyId}&planName=${this.planData.name}&unitName=${this.data.unitName}&planCategory=${this.selectedPLanLevel}`) }) }else{ this.snackBar.open('请先创建模板!','确定',config);