perbaikan get actual cost

This commit is contained in:
Fuzi_fauzia 2024-07-01 14:40:58 +07:00
parent 123c39e5a2
commit 84dae31196
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ export class CostManagementComponent implements OnInit {
if (result) { if (result) {
this.rows.push(result); this.rows.push(result);
this.rows = [...this.rows]; this.rows = [...this.rows];
this.dataCompActEstCost(this.buildingSelected);
} }
}, },
(reason) => { (reason) => {