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