|
|
|
|
@ -374,7 +374,7 @@ export class HomePage implements OnInit {
|
|
|
|
|
this.common.sharedService.setSharedData(selMenu, MenuResponse.SHARED_DATA);
|
|
|
|
|
this.getMenuEntries(item);
|
|
|
|
|
// if (item.MENU_TYPE === 'M') {
|
|
|
|
|
// this.common.openMyTeamPage();
|
|
|
|
|
// this.common.openMyTeamPage();
|
|
|
|
|
// // this.navCtrl.push("MySubordinatePage");
|
|
|
|
|
// } else if (item.MENU_TYPE === 'S') {
|
|
|
|
|
// this.common.sharedService.setSharedData(item, 'mySpecList');
|
|
|
|
|
@ -385,6 +385,9 @@ export class HomePage implements OnInit {
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
openMyTeamPage() {
|
|
|
|
|
this.common.openMyTeamPage();
|
|
|
|
|
}
|
|
|
|
|
getMenuEntries(item) {
|
|
|
|
|
const request: any = {};
|
|
|
|
|
let selEmpNo: string = null;
|
|
|
|
|
|