|
@@ -21,27 +21,27 @@
|
|
|
|
|
|
<div>
|
|
|
<el-select v-model="principalSel" :disabled='isSelect' clearable placeholder="负责人" style="width
|
|
|
- :18%">
|
|
|
+ :18%" @change="QueryData">
|
|
|
<el-option v-for="item in principalList" :key="item.id" :label="item.name" :value="item.id">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
<el-select v-model="territorySel" clearable placeholder="省域" style="width
|
|
|
- :18%" @change="(val) => { this.clientTypeSel = ''; territoryChange(); }">
|
|
|
+ :18%" @change="(val) => { this.clientTypeSel = ''; QueryData(); }">
|
|
|
<el-option v-for="item in territoryList" :key="item.id" :label="item.name" :value="item.id">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
<el-select v-model="clientLvSel" clearable placeholder="客户级别" style="width
|
|
|
- :18%">
|
|
|
+ :18%" @change="QueryData">
|
|
|
<el-option v-for="item in clientLvList" :key="item.id" :label="item.name" :value="item.id">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
<el-select v-model="clientTypeSel" clearable placeholder="客户类别" style="width
|
|
|
- :18%">
|
|
|
+ :18%" @change="QueryData">
|
|
|
<el-option v-for="item in clientTypeList" :key="item.id" :label="item.name" :value="item.id">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
<el-select v-model="businessClassSel" clearable placeholder="业务分类" style="width
|
|
|
- :18%">
|
|
|
+ :18%" @change="QueryData">
|
|
|
<el-option v-for="item in businessClassList" :key="item.id" :label="item.name" :value="item.id">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
@@ -363,7 +363,7 @@ export default {
|
|
|
sid = 0;
|
|
|
}
|
|
|
this.$axios.post('/api/MarketCustomerResources/QueryClientType', {
|
|
|
- SetDataId: sid
|
|
|
+ SetDataIdArr: [sid]
|
|
|
}, {
|
|
|
headers: {
|
|
|
'Authorization': this.token,
|