mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Fix
This commit is contained in:
@@ -154,8 +154,14 @@ export class PedidoPage implements OnInit {
|
|||||||
});
|
});
|
||||||
this.getDocumentDetails(res.workflowInstanceDataFields.FolderID, '361');
|
this.getDocumentDetails(res.workflowInstanceDataFields.FolderID, '361');
|
||||||
}, ()=>{
|
}, ()=>{
|
||||||
this.toastService.badRequest('Processo não encontrado')
|
try {
|
||||||
this.goBack()
|
this.toastService.badRequest('Processo não encontrado')
|
||||||
|
this.goBack()
|
||||||
|
this.close()
|
||||||
|
} catch (e) {
|
||||||
|
window.history.back();
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user