mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
improve
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user