|
|
@@ -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,
|