This commit is contained in:
weicw
2022-01-25 16:57:26 +08:00

View File

@@ -350,7 +350,7 @@ export default {
}
})
}
if(level=='农村' && type==1){
if(level=='农村' && type==2){
villageDownList().then((res) => {
if (res.data.code == 0) {
this.sectionOptions = this.buildSectionSelect(res.data.data)