@@ -1607,6 +1607,7 @@ export default {
//选择客户名称带出所属公司
getCorpData(row) {
this.goodsForm.belongCompany = row.belongCompany
+ this.goodsForm.salesman = ''
//查询业务员
this.salesmanQuery(this.goodsForm)
},