|
|
|
|
@ -53,7 +53,7 @@ export class WorkListReplacementRollComponent implements OnInit {
|
|
|
|
|
this.P_PAGE_LIMIT = 50;
|
|
|
|
|
this.getPassActionMode = this.cs.sharedService.getSharedData('passActionMode', false);
|
|
|
|
|
console.log(this.getPassActionMode);
|
|
|
|
|
this.getFavruite();
|
|
|
|
|
// this.getFavruite();
|
|
|
|
|
this.getPassNotificationDetails = this.cs.sharedService.getSharedData('passNotificationInfo', false);
|
|
|
|
|
this.getpassResAttr = this.cs.sharedService.getSharedData('passResAttr', false);
|
|
|
|
|
console.log(this.getpassResAttr);
|
|
|
|
|
@ -429,7 +429,9 @@ export class WorkListReplacementRollComponent implements OnInit {
|
|
|
|
|
this.selectedType = 1;
|
|
|
|
|
this.listOfRealted = this.actionHistory;
|
|
|
|
|
} else if(selectValue === '4'){
|
|
|
|
|
// this.getFavruite();
|
|
|
|
|
console.log(this.listOfFav.length)
|
|
|
|
|
if(this.favoriteUserList.length === 0 || this.favoriteUserList === undefined )
|
|
|
|
|
this.getFavruite();
|
|
|
|
|
this.isFilter = true;
|
|
|
|
|
this.selectedType = 4;
|
|
|
|
|
} else if( selectValue === '2' || selectValue === '3' || selectValue === '5'){
|
|
|
|
|
|