This commit is contained in:
Peter Maquiran
2021-06-08 16:56:48 +01:00
parent 1a9c8eec0d
commit 574aac6615
26 changed files with 86 additions and 84 deletions
@@ -41,7 +41,7 @@ export class EventActionsPopoverPage implements OnInit {
console.log(body);
try {
try {
this.processes.PostTaskAction(body).toPromise()
this.router.navigate(['/home/gabinete-digital/event-list']);
this.modalController.dismiss(null);
@@ -51,7 +51,7 @@ export class EventActionsPopoverPage implements OnInit {
}
}
emendarTask(){
emendarTask() {
let body = { "serialNumber": this.serialNumber, "action": "Rejeitar" }
console.log(body);