mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Gabinete Digital on work.
This commit is contained in:
@@ -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 = "-";
|
||||
|
||||
Reference in New Issue
Block a user