perbaikan profiln dan cost management
This commit is contained in:
@@ -328,6 +328,8 @@ export class CostManagementComponent implements OnInit {
|
||||
this.spinnerActive = true;
|
||||
this.costService.getSyncCost(dataDate).subscribe((data) => {
|
||||
console.log(data);
|
||||
this.dataCompPrevMonthCost(this.storedData.buildingId);
|
||||
this.dataCompActEstCost(this.storedData.buildingId);
|
||||
});
|
||||
setTimeout(() => {
|
||||
this.spinnerActive = false;
|
||||
|
||||
Reference in New Issue
Block a user