perbaikan get actual cost
This commit is contained in:
parent
123c39e5a2
commit
84dae31196
|
@ -375,6 +375,7 @@ export class CostManagementComponent implements OnInit {
|
|||
if (result) {
|
||||
this.rows.push(result);
|
||||
this.rows = [...this.rows];
|
||||
this.dataCompActEstCost(this.buildingSelected);
|
||||
}
|
||||
},
|
||||
(reason) => {
|
||||
|
|
Loading…
Reference in New Issue