This commit is contained in:
tiago.kayaya
2021-04-06 14:51:33 +01:00
parent f531356aff
commit 539afac69d
5 changed files with 105 additions and 16 deletions
@@ -91,7 +91,8 @@ export class ExpedientsPage implements OnInit {
});
await modal.present();
modal.onDidDismiss().then((res)=>{
console.log('refresh list');
this.LoadList();
});
}