This commit is contained in:
tiago.kayaya
2021-06-15 11:55:36 +01:00
parent 4eabda4ae7
commit dd813618f6
9 changed files with 67 additions and 179 deletions
@@ -198,7 +198,7 @@ export class CreateProcessPage implements OnInit {
console.log('this.postData', this.postData, this.taskType);
try {
await this.processes.postDespatcho(this.postData).toPromise();
//await this.processes.postDespatcho(this.postData).toPromise();
this.FinalizarDespacho();
this.toastService.badRequest('Despacho criado');
} catch (error) {