|
|
|
|
@ -42,7 +42,7 @@ export class HomePage implements OnInit {
|
|
|
|
|
private geolocation: Geolocation,
|
|
|
|
|
private attendance_service: AttendanceService,
|
|
|
|
|
private eitService: EitService
|
|
|
|
|
) {}
|
|
|
|
|
) { }
|
|
|
|
|
|
|
|
|
|
ngOnInit() {
|
|
|
|
|
this.getUserDetails();
|
|
|
|
|
@ -155,6 +155,8 @@ export class HomePage implements OnInit {
|
|
|
|
|
this.common.openMyTeamPage();
|
|
|
|
|
// this.navCtrl.push("MySubordinatePage");
|
|
|
|
|
} else if (item.MENU_TYPE == "S") {
|
|
|
|
|
this.common.sharedService.setSharedData(item, 'mySpecList');
|
|
|
|
|
this.common.openMySpecialistPage();
|
|
|
|
|
//this.navCtrl.push('MySpecialistPage',{"mySpecList":item});
|
|
|
|
|
} else {
|
|
|
|
|
this.getMenuEntries(item);
|
|
|
|
|
|