This commit is contained in:
tiago.kayaya
2021-05-26 14:19:02 +01:00
parent 0e5845eea7
commit d4b589f6ef
@@ -318,6 +318,7 @@ export class ExpedientTaskModalPage implements OnInit {
}
try {
this.taskResult = await this.processes.postParecerPr(this.postData).toPromise();
await this.successMessage('Processo efetuado')
} catch (error) {
await this.badRequest('Processo não efetuado')