Переглянути джерело

Merge branch 'dev' of http://git.echepei.com/caojunjie/Smart_platform_ui into dev

QuKatie 3 роки тому
батько
коміт
e32a2da913

+ 4 - 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 = [{
@@ -1605,8 +1607,9 @@ export default {
     //选择客户名称带出所属公司
     getCorpData(row) {
       this.goodsForm.belongCompany = row.belongCompany
+      this.goodsForm.salesman = ''
       //查询业务员
-      this.salesmanQuery(row.id)
+      this.salesmanQuery(this.goodsForm)
     },
     //选择地址客户带出地址
     withAddress(row, scope) {