Commit 52a9ba95 authored by danfuman's avatar danfuman

修改

parent 447397f4
......@@ -467,7 +467,7 @@
params.cityIds=cityCode
}
if(countyCode.length > 0){
params.areaIds=countyCode
params.districtIds=countyCode
}
}else {
if(params.provinceIds){
......@@ -476,8 +476,8 @@
if(params.cityIds){
delete params.cityIds
}
if(params.areaIds){
delete params.areaIds
if(params.districtIds){
delete params.districtIds
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment