This commit is contained in:
Peter Maquiran
2021-06-03 14:56:53 +01:00
parent 5d8600324a
commit 8e8e1cd152
13 changed files with 22 additions and 22 deletions
@@ -387,7 +387,7 @@ export class GabineteDigitalPage implements OnInit {
}
}
openDespachosPrPage(segment:string) {
openDespachosPrPage(segment?:string) {
this.closeAllDesktopComponents();
if( window.innerWidth <= 800){
//this.openDespachoListPr();
@@ -400,7 +400,7 @@ export class GabineteDigitalPage implements OnInit {
}
}
openPendentesPage(segment:string){
openPendentesPage(segment?:string){
this.closeAllDesktopComponents();
if( window.innerWidth <= 800){
//this.openPendenteList();
@@ -413,7 +413,7 @@ export class GabineteDigitalPage implements OnInit {
}
}
openExpedientesPrPage(segment:string){
openExpedientesPrPage(segment?:string){
this.closeAllDesktopComponents();
if( window.innerWidth <= 800) {
//this.openExpedientList();