|
|
|
@ -155,6 +155,8 @@ export class HomePage implements OnInit {
|
|
|
|
this.common.openMyTeamPage();
|
|
|
|
this.common.openMyTeamPage();
|
|
|
|
// this.navCtrl.push("MySubordinatePage");
|
|
|
|
// this.navCtrl.push("MySubordinatePage");
|
|
|
|
} else if (item.MENU_TYPE == "S") {
|
|
|
|
} else if (item.MENU_TYPE == "S") {
|
|
|
|
|
|
|
|
this.common.sharedService.setSharedData(item, 'mySpecList');
|
|
|
|
|
|
|
|
this.common.openMySpecialistPage();
|
|
|
|
//this.navCtrl.push('MySpecialistPage',{"mySpecList":item});
|
|
|
|
//this.navCtrl.push('MySpecialistPage',{"mySpecList":item});
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.getMenuEntries(item);
|
|
|
|
this.getMenuEntries(item);
|
|
|
|
|