diff --git a/src/app/plan-management/entry-plan/entry-plan.component.html b/src/app/plan-management/entry-plan/entry-plan.component.html index f6e2d15..56e7756 100644 --- a/src/app/plan-management/entry-plan/entry-plan.component.html +++ b/src/app/plan-management/entry-plan/entry-plan.component.html @@ -52,11 +52,11 @@
- - 卡片预案 - 二维预案 - 三维预案 - 其他预案 + + 卡片预案 + 二维预案 + 三维预案 + 其他预案
diff --git a/src/app/plan-management/entry-plan/entry-plan.component.ts b/src/app/plan-management/entry-plan/entry-plan.component.ts index 4bf5c7a..74af56b 100644 --- a/src/app/plan-management/entry-plan/entry-plan.component.ts +++ b/src/app/plan-management/entry-plan/entry-plan.component.ts @@ -283,16 +283,20 @@ export class EntryPlanComponent implements OnInit { closediv(){ this.isorganizationbox = false } - allPlanInfo:any //存储所有预案信息 //获得所有预案信息 getAllPlanInfo(){ + let reservePlanType + this.reservePlanType ? reservePlanType = JSON.parse(JSON.stringify(this.reservePlanType)) : reservePlanType = '' + if(this.reservePlanType && this.reservePlanType.length != 0){ + reservePlanType = eval(this.reservePlanType.join("|")) + } let paramsdata:any = { CompanyName: this.companyName || '', OrganizationId: this.jsId || '', HasChildrenOrganization:this.jscheck || '', BuildingTypeId: this.unittype || '', - PlanType: this.reservePlanType || '', + PlanType: reservePlanType || '', AuditStatus: this.toExamine || '', PlanLevel: this.preparelevel || '', HasChildrenPlanLevel: this.plcheck || '',