This commit is contained in:
Peter Maquiran
2023-07-14 18:57:07 +01:00
parent 0f778d8271
commit a61ee6c07e
22 changed files with 72 additions and 45 deletions
@@ -117,7 +117,14 @@ export class ExpedientePage implements OnInit {
LoadList() {
this.processes.GetTaskListExpediente(false).subscribe(async res => {
this.TaskService.loadExpedientes()
(async ()=> {
await this.TaskService.loadExpedientes()
this.dynamicSearch()
})()
this.skeletonLoader = true
const result = res