mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
</ion-list>
|
||||
</div>
|
||||
<div *ngIf="!taskslist">
|
||||
<div *ngIf="skeletonLoader">
|
||||
|
||||
<ion-list>
|
||||
<ion-item>
|
||||
|
||||
@@ -13,7 +13,7 @@ import { AlertService } from 'src/app/services/alert.service';
|
||||
export class ExpedientePage implements OnInit {
|
||||
|
||||
segment:string;
|
||||
showLoader: boolean;
|
||||
skeletonLoader = true
|
||||
//profile:string;
|
||||
|
||||
taskslist:DailyWorkTask[];
|
||||
@@ -37,7 +37,8 @@ export class ExpedientePage implements OnInit {
|
||||
}
|
||||
|
||||
LoadList(){
|
||||
this.showLoader = true;
|
||||
this.skeletonLoader = true
|
||||
|
||||
this.processes.GetTasksList("Expediente", false).subscribe(result => {
|
||||
console.log(result);
|
||||
this.taskslist = new Array();
|
||||
@@ -61,7 +62,7 @@ export class ExpedientePage implements OnInit {
|
||||
this.taskslist.push(task);
|
||||
});
|
||||
console.log(this.taskslist);
|
||||
this.showLoader = false;
|
||||
this.skeletonLoader = false;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user