This commit is contained in:
tiago.kayaya
2021-03-31 14:50:04 +01:00
parent fde809aa29
commit b3754498ee
+2 -2
View File
@@ -68,7 +68,7 @@ export class EventsPage implements OnInit {
private alertController: AlertService,
private authService: AuthService,
private processes:ProcessesService,
private gabineteService: GabineteDigitalPage,
/* private gabineteService: GabineteDigitalPage, */
private modalController:ModalController) {
this.prEventList = null;
@@ -316,7 +316,7 @@ export class EventsPage implements OnInit {
else{
console.log('ttt');
this.router.navigate(['/home/gabinete-digital']);
this.gabineteService.openExpedientListPage();
/* this.gabineteService.openExpedientListPage(); */
}
}