mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Fix scrollbar
This commit is contained in:
@@ -107,9 +107,9 @@ export class GabineteDigitalPage implements OnInit {
|
||||
}
|
||||
|
||||
|
||||
|
||||
ngOnInit() {
|
||||
const pathname = window.location.pathname
|
||||
this.LoadCounts();
|
||||
|
||||
this.router.events.forEach((event) => {
|
||||
if(event instanceof NavigationEnd && event.url == pathname) {
|
||||
@@ -214,6 +214,7 @@ export class GabineteDigitalPage implements OnInit {
|
||||
}
|
||||
|
||||
async LoadCounts() {
|
||||
|
||||
this.showLoader = true;
|
||||
|
||||
let expedientes = await this.processesbackend.GetTasksList("Expediente", false).toPromise();
|
||||
@@ -273,7 +274,7 @@ export class GabineteDigitalPage implements OnInit {
|
||||
doRefresh(event) {
|
||||
console.log(event);
|
||||
|
||||
this.closeAllDesktopComponents();
|
||||
// this.closeAllDesktopComponents();
|
||||
/* switch(this.loggeduser.Profile){
|
||||
case 'MDGPR':
|
||||
this.selectedElement='Correspondence';
|
||||
|
||||
Reference in New Issue
Block a user