|
@@ -326,8 +326,8 @@ export default {
|
|
|
},
|
|
|
// 区域分区 change
|
|
|
subareaChange (val) {
|
|
|
- this.queryParam.subareaArea.subareaSn = val[0] ? val[0] : undefined
|
|
|
- this.queryParam.subareaArea.subareaAreaSn = val[1] ? val[1] : undefined
|
|
|
+ this.queryParam.subareaArea.subareaSn = val[0] ? val[0] : ''
|
|
|
+ this.queryParam.subareaArea.subareaAreaSn = val[1] ? val[1] : ''
|
|
|
},
|
|
|
// 重置
|
|
|
resetSearchForm () {
|
|
@@ -343,8 +343,8 @@ export default {
|
|
|
this.queryParam.parentDealerEntity.dealerName = undefined
|
|
|
this.queryParam.customSn = undefined
|
|
|
this.queryParam.parentDealerSn = undefined
|
|
|
- this.queryParam.subareaArea.subareaSn = undefined
|
|
|
- this.queryParam.subareaArea.subareaAreaSn = undefined
|
|
|
+ this.queryParam.subareaArea.subareaSn = ''
|
|
|
+ this.queryParam.subareaArea.subareaAreaSn = ''
|
|
|
this.queryParam.dealerLevel = undefined
|
|
|
this.queryParam.provinceFlag = undefined
|
|
|
this.$refs.subarea.clearData()
|