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