cxmo hace 1 año
padre
commit
a84223c1f0
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      src/views/custom_manage/overseasList/overseasCustomList.vue

+ 4 - 2
src/views/custom_manage/overseasList/overseasCustomList.vue

@@ -348,7 +348,8 @@ export default {
             const {Keywords,SellerId,CompanyStatus} = this.tableParams
             const statisticRes = await overseasCustomInterence.getStatisticData({
                 CustomType:this.pageSelect,
-                SellerId,Keywords
+                SellerId:(Array.isArray(SellerId)?SellerId.join(','):'')+'',
+                Keywords
             })
             if(statisticRes.Ret!==200) return 
             //客户状态
@@ -362,7 +363,8 @@ export default {
             const {Keywords,SellerId} = this.tableParams
             const statisticTryRes = await overseasCustomInterence.overseasCustomInterence({
                 CustomType:this.pageSelect,
-                SellerId,Keywords
+                SellerId:(Array.isArray(SellerId)?SellerId.join(','):'')+'',
+                Keywords
             })
             if(statisticTryRes.Ret!==200) return 
             //客户试用状态