diff --git a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts index 9078511f..782d42a5 100644 --- a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts +++ b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts @@ -243,7 +243,7 @@ export class WorkListMainItgComponent implements OnInit { } else if (result.MessageStatus == 1) { console.log("hello action 1"); this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ')); - + this.common.sharedService.setSharedData(true, 'loadWorkList'); this.confirmMsg(1) // this.common.openNotificationPage(); @@ -261,7 +261,7 @@ export class WorkListMainItgComponent implements OnInit { } else if (result.MessageStatus == 1) { this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ')); - + this.common.sharedService.setSharedData(true, 'loadWorkList'); this.confirmMsg(2) // this.common.openNotificationPage(); this.skip(); @@ -285,7 +285,7 @@ export class WorkListMainItgComponent implements OnInit { if (result.MessageStatus == 1) { this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ')); - + this.common.sharedService.setSharedData(true, 'loadWorkList'); this.confirmMsg(3) // this.common.openNotificationPage(); this.skip(); @@ -304,7 +304,7 @@ export class WorkListMainItgComponent implements OnInit { } else if (result.MessageStatus == 1) { this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ')); - + this.common.sharedService.setSharedData(true, 'loadWorkList'); this.confirmMsg(4) // this.common.openNotificationPage(); this.skip(); @@ -324,7 +324,7 @@ export class WorkListMainItgComponent implements OnInit { } else if (result.MessageStatus == 1) { this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ')); - + this.common.sharedService.setSharedData(true, 'loadWorkList'); this.confirmMsg(5) // this.common.openNotificationPage(); this.skip(); @@ -347,7 +347,7 @@ export class WorkListMainItgComponent implements OnInit { } else if (result.MessageStatus == 1) { this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ')); - + this.common.sharedService.setSharedData(true, 'loadWorkList'); this.confirmMsg(6) // this.common.openNotificationPage(); this.skip();