|
|
|
|
@ -712,14 +712,19 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
const key = 'P_OPEN_NTF_NUMBER';
|
|
|
|
|
// this.totalRequestCount = ;
|
|
|
|
|
// this.ITGCountAllNotification(result[key]);
|
|
|
|
|
this.common.setFilterValues(result['GetOpenNotificationsList']);
|
|
|
|
|
const values = this.common.getFiltersData();
|
|
|
|
|
this.data = values.data;
|
|
|
|
|
this.filters = values.filters;
|
|
|
|
|
this.totalRequestCount = Math.floor(result[key]);
|
|
|
|
|
this.common.sharedService.setSharedData(this.totalRequestCount, 'total-count');
|
|
|
|
|
|
|
|
|
|
this.common.stopLoading()
|
|
|
|
|
this.common.sharedService.setSharedData(
|
|
|
|
|
result,
|
|
|
|
|
'worklistNotifications'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
this.common.setFilterValues(result['GetOpenNotificationsList']);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|