mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -92,10 +92,6 @@ export class EventsPage implements OnInit {
|
|||||||
this.profile = "mdgpr";
|
this.profile = "mdgpr";
|
||||||
/* console.log(this.profile); */
|
/* console.log(this.profile); */
|
||||||
|
|
||||||
/* this.storageService.get(AuthConnstants.USER).then(res=>{
|
|
||||||
console.log(res);
|
|
||||||
}); */
|
|
||||||
|
|
||||||
this.showGreeting();
|
this.showGreeting();
|
||||||
|
|
||||||
this.router.events.forEach((event) => {
|
this.router.events.forEach((event) => {
|
||||||
@@ -104,10 +100,6 @@ export class EventsPage implements OnInit {
|
|||||||
this.LoadList();
|
this.LoadList();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
/* this.storageService.get(AuthConnstants.PROFILE).then(res=>{
|
|
||||||
this.profile = res;
|
|
||||||
}); */
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -216,9 +216,6 @@ export class GabineteDigitalPage implements OnInit {
|
|||||||
this.count_dip_Signed = Object.keys(res).length
|
this.count_dip_Signed = Object.keys(res).length
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
this.processesbackend.GetToApprovedEvents('PR','true').subscribe(res=>{
|
this.processesbackend.GetToApprovedEvents('PR','true').subscribe(res=>{
|
||||||
this.count_ev_pr = res;
|
this.count_ev_pr = res;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user