From bc1a637f939b33e05e36ca275f7b80f63be5d24e Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 12 Apr 2020 12:23:59 +0300 Subject: [PATCH] fixed itg issue --- Mohem/src/app/notification/home/home.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Mohem/src/app/notification/home/home.component.ts b/Mohem/src/app/notification/home/home.component.ts index e169299b..33bb32b3 100644 --- a/Mohem/src/app/notification/home/home.component.ts +++ b/Mohem/src/app/notification/home/home.component.ts @@ -596,6 +596,7 @@ export class HomeComponent implements OnInit { } this.common.sharedService.setSharedData(segmentInfo, HomeComponent.REQUSET_INFO); this.common.sharedService.setSharedData(this.ITGItem, HomeComponent.ALL_REQUEST); + this.common.sharedService.setSharedData(false, 'loadWorkList'); this.common.openWorklistITGPage(); }