|  |  |  | @ -691,7 +691,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         let query = { | 
			
		
	
		
			
				
					|  |  |  |  |           productId: this.inputQuery.productId, | 
			
		
	
		
			
				
					|  |  |  |  |           relIdFk: val, | 
			
		
	
		
			
				
					|  |  |  |  |           manufacturerId: this.inputQuery.manufacturerIdFk, | 
			
		
	
		
			
				
					|  |  |  |  |           manufacturerId: this.inputQuery.manufacturerId, | 
			
		
	
		
			
				
					|  |  |  |  |           customerId: this.inputQuery.customerId, | 
			
		
	
		
			
				
					|  |  |  |  |           companyName: this.inputQuery.companyName, | 
			
		
	
		
			
				
					|  |  |  |  |           auditStatus: this.inputQuery.auditStatus | 
			
		
	
	
		
			
				
					|  |  |  | @ -701,6 +701,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |           this.loading = false; | 
			
		
	
		
			
				
					|  |  |  |  |           if (response.code === 20000) { | 
			
		
	
		
			
				
					|  |  |  |  |             this.inputQuery = response.data; | 
			
		
	
		
			
				
					|  |  |  |  |             this.inputQuery.manufacturerId=this.inputQuery.manufacturerIdFk | 
			
		
	
		
			
				
					|  |  |  |  |             this.selectSingleProductVisible = false; | 
			
		
	
		
			
				
					|  |  |  |  |           } else { | 
			
		
	
		
			
				
					|  |  |  |  |             this.$message.error(response.message); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |