This commit is contained in:
tiago.kayaya
2021-05-28 09:06:40 +01:00
parent 8ef4b8b77f
commit ba6b45a9bc
2 changed files with 2 additions and 3 deletions
@@ -48,10 +48,9 @@ export class PedidosPage implements OnInit {
}
ngOnInit() {
//Inicializar segment
this.segment = 'parecer';
this.LoadList();
}
segmentChanged(ev: any) {
this.LoadList();
}