update versi
This commit is contained in:
parent
d5c34a5c64
commit
2194d2f720
|
@ -13,7 +13,7 @@
|
|||
href="https://allbestsistem.com/"
|
||||
target="_blank"
|
||||
style="background-color: #000000 !important;"
|
||||
>Smart Building Management Systems (V@2024-07-9.02)
|
||||
>Smart Building Management Systems (V@2024-07-10.02)
|
||||
</a></span
|
||||
>
|
||||
</p>
|
||||
|
|
|
@ -327,7 +327,6 @@ 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);
|
||||
});
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
<p
|
||||
class="card-subtitle line-on-side text-muted text-center font-small-3 mx-2 my-1"
|
||||
>
|
||||
<span>(v@2024.07.9.02)</span>
|
||||
<span>(v@2024.07.10.02)</span>
|
||||
</p>
|
||||
<!-- <div class="card-body">
|
||||
<a
|
||||
|
|
Loading…
Reference in New Issue