소스 검색

修改业务员查询失败问题

caojunjie 3 년 전
부모
커밋
81b5a639ca
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/landTransportation/placeAnOrder/detailPage.vue

+ 1 - 0
src/views/landTransportation/placeAnOrder/detailPage.vue

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