perbaikan onchange select floor
This commit is contained in:
parent
a9d135f8ef
commit
d753a3a634
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue