This commit is contained in:
tiago.kayaya
2021-03-31 15:03:56 +01:00
parent b3754498ee
commit b6406e8db7
2 changed files with 10 additions and 2 deletions
@@ -135,7 +135,7 @@ export class ExpedienteDetailPage implements OnInit {
}
discartExpedient() {
let body = { "serialNumber": this.serialnumber, "action": "Task Completed" }
let body = { "serialNumber": this.serialnumber, "action": "Passivo" }
console.log(body);
this.processes.PostTaskAction(body);
this.router.navigate(['/home/gabinete-digital/expediente']);