added myteam navigation

MOHEMM-Q3-DEV-LATEST
umasoodch 6 years ago
parent 561db9109f
commit 7ed63baf68

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

Loading…
Cancel
Save