This commit is contained in:
Peter Maquiran
2021-05-18 13:14:53 +01:00
parent 23dac7e18c
commit b6f3982e27
@@ -49,7 +49,7 @@ async LoadList(){
let diplomas = await this.processes.GetTasksList("Despacho do Presidente da República", false).toPromise();
this.diplomasList = new Array();
console.log(diplomas);
switch (this.segment) {
case 'validar':
@@ -124,5 +124,4 @@ async viewPedidoDetail(serialNumber:any) {
});
}
}