| 
					
				 | 
			
			
				@@ -107,9 +107,13 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.form.buyerName = val.name || '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.$refs.ruleForm.clearValidate() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.getDefaultAddress() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if(val.row){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          this.form.warehouseSn = val.row.defaultWarehouseSn 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.form.buyerName = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.form.buyerSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.form.warehouseSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.verifyFun(this.addressId) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 |