This commit is contained in:
Peter Maquiran
2021-07-17 14:50:20 +01:00
parent 86586470fe
commit 9c739a151b
8 changed files with 16 additions and 0 deletions
@@ -160,6 +160,9 @@ export class ExpedienteDetailPage implements OnInit {
console.log('this.task', this.task)
console.log('this.task.DocumentURL', this.task.DocumentURL)
}, ()=>{
this.toastService.badRequest('Processo não encontrado')
this.goBack()
});