|  |  |  | @ -578,7 +578,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |           this.subData = {advanceType: data.advanceType.toString(), spUse: false, parentCode: data.code}; | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         debugger | 
			
		
	
		
			
				
					|  |  |  |  |       this.subFormVisible = true; | 
			
		
	
		
			
				
					|  |  |  |  |       this.getSubThrsysDetailData(); | 
			
		
	
		
			
				
					|  |  |  |  |       if (this.subData.parentCode != null && this.subData.parentCode != "") { | 
			
		
	
	
		
			
				
					|  |  |  | @ -592,6 +592,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |       filterSubAll(this.query) | 
			
		
	
		
			
				
					|  |  |  |  |         .then((response) => { | 
			
		
	
		
			
				
					|  |  |  |  |           debugger | 
			
		
	
		
			
				
					|  |  |  |  |           let invList = response.data || []; | 
			
		
	
		
			
				
					|  |  |  |  |           //上级仓库中去除当前仓库节点 | 
			
		
	
		
			
				
					|  |  |  |  |           if (invList.length > 0) { | 
			
		
	
	
		
			
				
					|  |  |  | 
 |