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