|
@@ -239,7 +239,7 @@ export default {
|
|
// 客户名称 change
|
|
// 客户名称 change
|
|
custChange (val) {
|
|
custChange (val) {
|
|
this.queryParam.dealerName = val.name
|
|
this.queryParam.dealerName = val.name
|
|
- this.queryParam.dealerSn = val.key
|
|
|
|
|
|
+ this.queryParam.belongDealerSn = val.key
|
|
},
|
|
},
|
|
// 统计
|
|
// 统计
|
|
getCount (params) {
|
|
getCount (params) {
|
|
@@ -270,7 +270,7 @@ export default {
|
|
this.queryParam.dealer.citySn = undefined
|
|
this.queryParam.dealer.citySn = undefined
|
|
this.queryParam.dealer.districtSn = undefined
|
|
this.queryParam.dealer.districtSn = undefined
|
|
this.queryParam.dealerName = undefined
|
|
this.queryParam.dealerName = undefined
|
|
- this.queryParam.dealerSn = undefined
|
|
|
|
|
|
+ this.queryParam.belongDealerSn = undefined
|
|
this.queryParam.subareaArea.subareaSn = ''
|
|
this.queryParam.subareaArea.subareaSn = ''
|
|
this.queryParam.subareaArea.subareaAreaSn = ''
|
|
this.queryParam.subareaArea.subareaAreaSn = ''
|
|
this.$refs.subarea.clearData()
|
|
this.$refs.subarea.clearData()
|