Преглед изворни кода

修改业务员查询失败问题

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