perbaikan profiln dan cost management

This commit is contained in:
2024-07-10 15:20:16 +07:00
parent 1ed4ad5da0
commit d5c34a5c64
3 changed files with 4 additions and 1 deletions

View File

@@ -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;