perbaikan onchange select floor

This commit is contained in:
Fuzi_fauzia 2024-08-19 15:16:33 +07:00
parent a9d135f8ef
commit d753a3a634
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ export class BuildingComponent {
if (e) {
this.dataListFloor(e.id);
this.disableFloorList = false;
this.floorSelected = null;
} else {
this.floorSelected = null;
this.disableFloorList = true;