Bladeren bron

市场客户资料前端调整

yuanrf 3 weken geleden
bovenliggende
commit
445c078833
1 gewijzigde bestanden met toevoegingen van 4 en 1 verwijderingen
  1. 4 1
      src/components/MCR/MarketCustomerResourcesHome.vue

+ 4 - 1
src/components/MCR/MarketCustomerResourcesHome.vue

@@ -723,7 +723,10 @@ export default {
 
                 this.$axios.post('/api/MarketCustomerResources/SearchClientByKeyword', {
                     Keyword: query,
-                    UserId: this.userId
+                    UserId: this.userId,
+                    Lvlid: this.clientLvSel == '' ? 0 : this.clientLvSel, //客户级别
+                    Range: this.territorySel == '' ? 0 : this.territorySel,//省域
+                    Category: this.clientTypeSel == '' ? 0 : this.clientTypeSel//客户类别
                 }, {
                     headers: {
                         'Authorization': this.token,