修改饮用水筛选

This commit is contained in:
庞东林
2022-01-25 16:39:11 +08:00
parent 017e4d24a8
commit ecdf786193

View File

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