Imporve pages

This commit is contained in:
Peter Maquiran
2021-05-26 11:22:50 +01:00
parent 503109053b
commit 6973720c92
12 changed files with 279 additions and 186 deletions
@@ -64,10 +64,15 @@ export class DespachosPage implements OnInit {
console.log(res);
});
}
segmentChanged(ev: any) {
this.LoadList();
}
goBack(){
this.router.navigate(['/home/gabinete-digital']);
}
notImplemented(){
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
}