|
@@ -361,6 +361,8 @@ export default {
|
|
|
this.mixins_query.buildingId = newValueIds[1];
|
|
|
this.mixins_query.unitName = newValueIds[2];
|
|
|
} else if (newValue.type === 'room') {
|
|
|
+
|
|
|
+ this.mixins_query.buildingId = newValueIds[1];
|
|
|
this.mixins_query.roomNumber = newValueIds[newValueIds.length - 1];
|
|
|
}
|
|
|
}
|