|  | @@ -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) {
 |