Hwt преди 3 години
родител
ревизия
0d96318748
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      operationSupport/src/views/ownerManagement/landlordManagement/index.vue

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