Ver Fonte

fix: 商用登录经销商去掉筛选条件

Howie há 1 ano atrás
pai
commit
805799d671
1 ficheiros alterados com 1 adições e 8 exclusões
  1. 1 8
      src/views/commercialEngineering/mixin/index.js

+ 1 - 8
src/views/commercialEngineering/mixin/index.js

@@ -179,14 +179,7 @@ export default {
     getDealerListV2() {
       getDealerListV2({
         pageNum: 1,
-        pageSize: -1,
-        params: [
-          {
-            param: 'a.jiaxian_type',
-            compare: '=',
-            value: 'KING'
-          }
-        ]
+        pageSize: -1
       }).then(res => {
         this.commonData.customerList = res.data.records.map(k => {
           return {