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
@@ -137,6 +137,9 @@ export class DespachoPrPage implements OnInit {
});
this.getDocumentDetails(this.task.FolderId, '361');
}, ()=>{
this.toastService.badRequest('Processo não encontrado')
this.goBack()
});
}