瀏覽代碼

修改业务员查询失败问题

caojunjie 3 年之前
父節點
當前提交
285f32a8b4
共有 1 個文件被更改,包括 3 次插入1 次删除
  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) {