|
|
|
@ -85,7 +85,12 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
async areaClick(e){
|
|
|
|
async areaClick(e){
|
|
|
|
this.selector.area_id = e.id
|
|
|
|
console.log(e)
|
|
|
|
|
|
|
|
if(e.value == '市本级'){
|
|
|
|
|
|
|
|
this.selector.area_id = ''
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
this.selector.area_id = e.id
|
|
|
|
|
|
|
|
}
|
|
|
|
await this.getCustomers()
|
|
|
|
await this.getCustomers()
|
|
|
|
this.draw()
|
|
|
|
this.draw()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|