|  |  | @ -216,21 +216,22 @@ export default { | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |       this.userArray = [] | 
			
		
	
		
			
				
					|  |  |  |       this.roomArray.forEach((element, index) => { | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         let obj = JSON.parse(JSON.stringify(element)) | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         obj.showAllUser = false | 
			
		
	
		
			
				
					|  |  |  |         this.$set(this.roomArray, index, obj) | 
			
		
	
		
			
				
					|  |  |  |         // element.showAllUser = false | 
			
		
	
		
			
				
					|  |  |  |         if (index !== selIndex) { | 
			
		
	
		
			
				
					|  |  |  |           let obj = JSON.parse(JSON.stringify(element)) | 
			
		
	
		
			
				
					|  |  |  |           obj.showAllUser = false | 
			
		
	
		
			
				
					|  |  |  |           this.$set(this.roomArray, index, obj) | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |       }); | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |       await nextTick(50); | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |       if ((selIndex === 0 || selIndex) && !this.roomArray[selIndex].showAllUser) { | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         await nextTick(100); | 
			
		
	
		
			
				
					|  |  |  |         await this.loadUser(this.roomArray[selIndex].houseId, selIndex) | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |       } else { | 
			
		
	
		
			
				
					|  |  |  |         let obj = JSON.parse(JSON.stringify(this.roomArray[selIndex])) | 
			
		
	
		
			
				
					|  |  |  |         obj.showAllUser = false | 
			
		
	
		
			
				
					|  |  |  |         this.$set(this.roomArray, selIndex, obj) | 
			
		
	
		
			
				
					|  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |