This commit is contained in:
tiago.kayaya
2021-07-02 12:22:59 +01:00
parent a43f192d5a
commit b7a9a7b3cb
2 changed files with 14 additions and 13 deletions
@@ -43,6 +43,7 @@ export class ExpedientesPrPage implements OnInit {
this.router.events.forEach((event) => {
if(event instanceof NavigationEnd && event.url == this.router.url) {
this.LoadList();
console.log('not run');
}
});
}