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