소스 검색

Merge branch 'master' into crm_15.9.1

bding 2 달 전
부모
커밋
9f307c2be5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/custom_manage/customList/editCustomEn.vue

+ 1 - 1
src/views/custom_manage/customList/editCustomEn.vue

@@ -231,7 +231,7 @@ import reportVarietyEnSet from '@/components/reportVarietyEnSet.vue'
     methods: {
       // 获取销售列表
       getSellerList(){
-        customInterence.saleslist({SellerType:1}).then(res=>{
+        customInterence.saleslist({SellerType:0}).then(res=>{
           if(res.Ret == 200){
             this.sellerList = res.Data.List || []
           }