This commit is contained in:
Peter Maquiran
2021-08-23 14:02:14 +01:00
parent 6e423c5424
commit 078f8c2b39
2 changed files with 4 additions and 3 deletions
@@ -98,7 +98,7 @@ export class DespachosPrOptionsPage implements OnInit {
this.processes.SetTaskToPending(this.serialNumber).subscribe(res=>{
console.log(res);
this.toastService.successMessage()
this.close();
this.cancle()
},()=>{
this.toastService.badRequest('Processo não encontrado')