|  | @@ -81,6 +81,15 @@ export default {
 | 
	
		
			
				|  |  |  					}
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  			})
 | 
	
		
			
				|  |  | +			this.spaceList.forEach(space=>{
 | 
	
		
			
				|  |  | +				if(space.spaceType==15){//X空间才赋值
 | 
	
		
			
				|  |  | +					let layout = list.find(it=>it.id == space.layoutId);
 | 
	
		
			
				|  |  | +					if(layout){
 | 
	
		
			
				|  |  | +						space.layoutSpaceType = layout.type;//更新布局信息到空间对象里面
 | 
	
		
			
				|  |  | +						space.layoutSpaceName = layout.name;//更新布局信息到空间对象里面
 | 
	
		
			
				|  |  | +					}
 | 
	
		
			
				|  |  | +				}
 | 
	
		
			
				|  |  | +			});
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  |  		// 批量获取空间模型信息
 | 
	
		
			
				|  |  |  		async getOverallArrangementDetailsList(type=1) {
 |