master
xy 3 years ago
parent e9dd4430d1
commit e6b3799597

@ -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()
}, },

Loading…
Cancel
Save