Hwt 2 years ago
parent
commit
ed4468cdb0
1 changed files with 1 additions and 3 deletions
  1. 1 3
      operationSupport/src/views/ownerManagement/index.vue

+ 1 - 3
operationSupport/src/views/ownerManagement/index.vue

@@ -123,7 +123,7 @@
             v-for="(item, index) in scope.row.houseList"
             :key="index"
           >
-            {{ item.buildingName }}-{{ CheckChinese(item.unitName, '单元') }}-{{ item.roomNumber }}
+            {{ item.buildingName }} {{item.unitName == null ? '' : '-'}} {{item.unitName == null ?'':CheckChinese(item.unitName, '单元') }}-{{ item.roomNumber }}
           </div>
         </template>
         <template
@@ -346,7 +346,6 @@ export default {
       this.mixins_search();
     },
     addOrEdit (todo, row) {
-      debugger
       if (todo == 'edit') {
         this.activeData = row;
         this.isAdd = false;
@@ -408,7 +407,6 @@ export default {
         .catch(() => { });
     },
     currentOrganId (data) {
-      debugger
       this.currentId = data || '';
     },
     selectionChange (val) {