some changes

This commit is contained in:
tiago.kayaya
2021-06-04 15:59:36 +01:00
parent 19f270f425
commit d37b6c58dc
10 changed files with 14 additions and 90 deletions
+4 -1
View File
@@ -75,6 +75,9 @@ export class DelegarPage implements OnInit {
this.router.navigate(['/home/gabinete-digital/expediente']);
this.modalController.dismiss(null);
}
goBack() {
window.history.back()
}
cancelTask(){
this.modalController.dismiss(null);
}
@@ -100,7 +103,7 @@ export class DelegarPage implements OnInit {
(error)=>{
this.badRequest()
});
this.close();
this.goBack();
}
}