Gabinete Digital on work.

This commit is contained in:
Paulo Pinto
2020-08-27 13:02:06 +01:00
parent 0773b074f6
commit 104bb42b1b
10 changed files with 81 additions and 120 deletions
@@ -23,12 +23,11 @@ export class GabineteDigitalPage implements OnInit {
this.LoadCounts();
}
load(){
}
LoadCounts() {
this.count_exp_dailywork = this.processesbackend.GetDailyWorkCount();
this.processesbackend.GetTasksList("Expediente", true).subscribe(result =>{
this.count_exp_dailywork = result;
});
this.count_exp_pp = "-";
this.count_exp_pd = "-";
this.count_dip_apr = "-";