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
+3 -6
View File
@@ -72,14 +72,12 @@ export class DelegarPage implements OnInit {
}
close(){
close() {
this.router.navigate(['/home/gabinete-digital/expediente']);
this.modalController.dismiss(null);
}
goBack() {
window.history.back()
}
cancelTask(){
cancelTask() {
this.modalController.dismiss(null);
}
@@ -104,7 +102,6 @@ export class DelegarPage implements OnInit {
(error)=>{
this.badRequest("Processo não delegado")
});
this.goBack();
}
}