mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
+5
@@ -221,8 +221,13 @@ export class ExpedientTaskModalPage implements OnInit {
|
||||
|
||||
this.taskResult = await this.processes.postDespatcho(this.postData).toPromise();
|
||||
await this.toastService.successMessage('Processo efetuado', () =>{
|
||||
console.log('Hoje Teste T');
|
||||
this.modalController.dismiss(action_despacho);
|
||||
});
|
||||
/* setInterval(()=>{
|
||||
console.log('Hoje Teste T');
|
||||
this.modalController.dismiss(action_despacho);
|
||||
}, 7000); */
|
||||
|
||||
} catch (error) {
|
||||
await this.toastService.badRequest('Processo não efetuado')
|
||||
|
||||
Reference in New Issue
Block a user