فهرست منبع

修改业务员查询失败问题

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)
     },