This commit is contained in:
Peter Maquiran
2022-06-24 15:35:02 +01:00
parent 42b69bd70e
commit b0b1b8acb9
2 changed files with 2 additions and 6 deletions
@@ -46,8 +46,6 @@ export class DiplomasGerarPage implements OnInit {
async LoadList() {
this.skeletonLoader = true
let diplomas = await this.processes.GetTasksList("Despacho do Presidente da República", false).toPromise();
@@ -64,9 +62,7 @@ export class DiplomasGerarPage implements OnInit {
this.diplomasList = this.sortService.sortDate(this.diplomasList, 'CreateDate')
this.deplomasStore.resetDiplomaGerar(this.diplomasList);
}
}