Commit 3370363a by sunchao

电子报聘注释忘了去掉了

parent 70fd6860
...@@ -17,14 +17,14 @@ export class EmployeeSubmitComponent implements OnInit { ...@@ -17,14 +17,14 @@ export class EmployeeSubmitComponent implements OnInit {
private myService:MyService) { } private myService:MyService) { }
ngOnInit() { ngOnInit() {
// sessionStorage.removeItem('viewApprovalInfo') sessionStorage.removeItem('viewApprovalInfo')
// const title = this.activatedRoute.snapshot.data[0]['title']; const title = this.activatedRoute.snapshot.data[0]['title'];
// this.lifeCommonService.setTitle(title); this.lifeCommonService.setTitle(title);
// this.hiringBasicInfoId = this.activatedRoute.snapshot.queryParams.hiringBasicInfoId?this.activatedRoute.snapshot.queryParams.hiringBasicInfoId:null; this.hiringBasicInfoId = this.activatedRoute.snapshot.queryParams.hiringBasicInfoId?this.activatedRoute.snapshot.queryParams.hiringBasicInfoId:null;
// this.approveStatus = this.activatedRoute.snapshot.queryParams.status?this.activatedRoute.snapshot.queryParams.status:null; this.approveStatus = this.activatedRoute.snapshot.queryParams.status?this.activatedRoute.snapshot.queryParams.status:null;
// if(this.approveStatus == null || this.approveStatus == '-1'){ if(this.approveStatus == null || this.approveStatus == '-1'){
// this.hiringSubmit(); this.hiringSubmit();
// } }
} }
hiringSubmit(){ hiringSubmit(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment