浏览代码

fix: 优化需求247

ldong 2 月之前
父节点
当前提交
8bb184fb93
共有 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 || []
           }