This commit is contained in:
Peter Maquiran
2023-07-14 10:46:35 +01:00
parent c62c14c30b
commit 0f778d8271
9 changed files with 23 additions and 7 deletions
@@ -173,6 +173,8 @@ export class ApproveEventModalPage implements OnInit {
});
return await popover.present().then(() =>{
this.TaskService.loadEventosParaAprovacao()
}, (error) => {
console.log(error)
})
}
@@ -279,6 +279,8 @@ export class ApproveEventPage implements OnInit {
});
return await popover.present().then(() => {
this.TaskService.loadEventosParaAprovacao()
}, (error) => {
console.log(error)
})
}