This commit is contained in:
Peter Maquiran
2021-06-09 14:45:36 +01:00
parent 0be73beb6b
commit 1595d592e6
21 changed files with 162 additions and 85 deletions
@@ -54,8 +54,16 @@ export class PendentesPage implements OnInit {
}
goBack() {
let navigationExtras: NavigationExtras = {
queryParams: {
"pedidos": true,
}
}
this.router.navigate(['/home/gabinete-digital'], navigationExtras);
window.history.back();
// window.history.back();
}
notImplemented(){