2 Commits e2f5eeb82f ... fd055ba982

Author SHA1 Message Date
  zouzhd fd055ba982 Merge branch 'master' of https://git.steerinfo.com/DAL-DAZHOU/icore-pass 3 years ago
  zouzhd e65daba45a 修改销售授权承运商 3 years ago
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/views/appoint/components/saleContract/saleOrderSteelEmpower.vue

+ 10 - 0
src/views/appoint/components/saleContract/saleOrderSteelEmpower.vue

@@ -266,6 +266,16 @@ export default {
             this.getSpanArr(this.selectionList);
           }
         });
+        //若没有承运商可选
+        if(this.carrierNameOptions[0].length==0){
+          //初始化
+          this.carrierNameOptions = [];
+          this.axios
+          .get("/api/v1/uc/getNoListCarrier")
+          .then((res)=>{
+              this.carrierNameOptions.push(res.data.data)
+          });
+        }
       });
     },
     onInput(val){