Hwt %!s(int64=3) %!d(string=hai) anos
pai
achega
0d96318748

+ 2 - 0
operationSupport/src/views/ownerManagement/landlordManagement/index.vue

@@ -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];
         }
       }