mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Messages
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user