Commit 7d7d3ae8 by sunchao

经纪人合同跳转

parent 7a67b62f
...@@ -31,7 +31,6 @@ export class MenuItemComponent implements OnInit { ...@@ -31,7 +31,6 @@ export class MenuItemComponent implements OnInit {
ngOnInit() { ngOnInit() {
this.lifeCustomerInfo = JSON.parse(localStorage.getItem('lifeCustomerInfo')) ? JSON.parse(localStorage.getItem('lifeCustomerInfo')) : null; this.lifeCustomerInfo = JSON.parse(localStorage.getItem('lifeCustomerInfo')) ? JSON.parse(localStorage.getItem('lifeCustomerInfo')) : null;
this.isShowSalay = this.lifeCustomerInfo.canSeeSalaryList==1?true:false; this.isShowSalay = this.lifeCustomerInfo.canSeeSalaryList==1?true:false;
this.practitionerId =JSON.parse(localStorage.getItem('lifeCustomerInfo'))['practitionerId'];
this.canSeeSalaryList(); this.canSeeSalaryList();
this.getMenuList(); this.getMenuList();
this.listQuery(); this.listQuery();
......
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