|  | @@ -1216,6 +1216,8 @@ export default {
 | 
	
		
			
				|  |  |          this.tableData.forEach(item => {
 | 
	
		
			
				|  |  |            if (item.region) item.region = item.region.split(',')
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  | +        //查询业务员
 | 
	
		
			
				|  |  | +        this.salesmanQuery(this.goodsForm.corpId)
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |      } else {
 | 
	
		
			
				|  |  |        this.tableData = [{
 | 
	
	
		
			
				|  | @@ -1606,7 +1608,7 @@ export default {
 | 
	
		
			
				|  |  |      getCorpData(row) {
 | 
	
		
			
				|  |  |        this.goodsForm.belongCompany = row.belongCompany
 | 
	
		
			
				|  |  |        //查询业务员
 | 
	
		
			
				|  |  | -      this.salesmanQuery(row.id)
 | 
	
		
			
				|  |  | +      this.salesmanQuery(this.goodsForm)
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      //选择地址客户带出地址
 | 
	
		
			
				|  |  |      withAddress(row, scope) {
 |