|
|
|
|
@ -66,7 +66,7 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
public newWorkListResponse = [];
|
|
|
|
|
public showFormattedData = [];
|
|
|
|
|
public allFormattedData = [];
|
|
|
|
|
public selectedFilter = 'ALL';
|
|
|
|
|
public selectedFilter = 'HR';
|
|
|
|
|
public showSearchButton = false;
|
|
|
|
|
public itemType = 'HRSSA';
|
|
|
|
|
public receivedITGCount = false;
|
|
|
|
|
@ -210,6 +210,7 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
this.previousActiveIndex = 0;
|
|
|
|
|
this.itemType = 'HRSSA';
|
|
|
|
|
this.selectedFilter = 'HR';
|
|
|
|
|
this.enableFilters();
|
|
|
|
|
this.filters[0].active = true;
|
|
|
|
|
this.isPostNoLoad = true;
|
|
|
|
|
this.resetData();
|
|
|
|
|
@ -282,7 +283,7 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
this.WorkListObj.P_SEARCH_SENT_DATE = '';
|
|
|
|
|
this.WorkListObj.P_SEARCH_ITEM_TYPE_DSP_NAME = '';
|
|
|
|
|
this.WorkListObj.P_PAGE_NUM = 0;
|
|
|
|
|
this.WorkListObj.P_PAGE_LIMIT = 5;
|
|
|
|
|
this.WorkListObj.P_PAGE_LIMIT = 25;
|
|
|
|
|
|
|
|
|
|
if (this.infiniteScroll) {
|
|
|
|
|
this.infiniteScroll.complete();
|
|
|
|
|
|