This commit is contained in:
tiago.kayaya
2021-06-23 09:47:24 +01:00
parent b8bad48289
commit 02e696b281
4 changed files with 5 additions and 21 deletions
@@ -59,21 +59,10 @@ export class EventsToApprovePage implements OnInit {
this.eventsPRList = prEvents;
console.log(this.eventsPRList);
/* this.processes.GetToApprovedEvents('PR','false').subscribe(res=>{
this.showLoader = false;
this.eventsPRList = res;
console.log('this.eventsPRList', this.eventsPRList)
}); */
let mdEvents = await this.processes.GetToApprovedEvents('MDGPR','false').toPromise();
this.eventsMDGPRList = mdEvents;
console.log(this.eventsMDGPRList);
/* this.processes.GetToApprovedEvents('MDGPR','false').subscribe(res=>{
this.showLoader = false;
this.eventsMDGPRList = res;
console.log('this.eventsMDGPRList', this.eventsMDGPRList)
}); */
this.showLoader = false;
}