This commit is contained in:
tiago.kayaya
2021-05-14 11:09:23 +01:00
parent 492e4abd65
commit f1875f9701
@@ -33,7 +33,7 @@ constructor(
ngOnInit() {
//Inicializar segment
this.segment = 'validar';
// this.LoadList();
this.LoadList();
}
segmentChanged(ev: any) {
this.LoadList();
@@ -97,7 +97,7 @@ async LoadList(){
doRefresh(event) {
this.LoadList();
setTimeout(() => {
event.target.complete();
//event.target.complete();
}, 2000);
}