improve monitoring the solution

This commit is contained in:
Peter Maquiran
2024-07-30 15:52:07 +01:00
parent 8f0625eed4
commit edcaf951c2
11 changed files with 167 additions and 27 deletions
@@ -462,10 +462,10 @@ export class GabineteDigitalPage implements OnInit {
async loadAllProcesses() {
// this.skeletonLoader = true
await this.TaskService.LoadTask()
this.dynamicSearch()
// this.skeletonLoader = false
this.skeletonLoader = true
await this.TaskService.LoadTask();
this.dynamicSearch();
this.skeletonLoader = false
}