This commit is contained in:
tiago.kayaya
2021-07-29 15:27:12 +01:00
parent 58a823ac46
commit ae2319bbf3
5 changed files with 193 additions and 174 deletions
-1
View File
@@ -295,7 +295,6 @@ export class EventsPage implements OnInit {
case 'MDGPR':
this.processes.GetTasksList("Expediente", false).subscribe(result => {
console.log(result);
this.expedienteStorage.reset(result)
});
break;