perbaikan onchange select floor
This commit is contained in:
parent
a9d135f8ef
commit
d753a3a634
|
@ -78,6 +78,7 @@ export class BuildingComponent {
|
||||||
if (e) {
|
if (e) {
|
||||||
this.dataListFloor(e.id);
|
this.dataListFloor(e.id);
|
||||||
this.disableFloorList = false;
|
this.disableFloorList = false;
|
||||||
|
this.floorSelected = null;
|
||||||
} else {
|
} else {
|
||||||
this.floorSelected = null;
|
this.floorSelected = null;
|
||||||
this.disableFloorList = true;
|
this.disableFloorList = true;
|
||||||
|
|
Loading…
Reference in New Issue