Explorar o código

修改业务员查询失败问题

caojunjie %!s(int64=3) %!d(string=hai) anos
pai
achega
285f32a8b4
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/landTransportation/placeAnOrder/detailPage.vue

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

@@ -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) {