Commit 564e9bff authored by danfuman's avatar danfuman

修改

parent 4de16eab
...@@ -333,9 +333,9 @@ export default { ...@@ -333,9 +333,9 @@ export default {
getData(){ getData(){
this.isSkeleton = true this.isSkeleton = true
let params={} let params={}
if(this.dataQuery.id){ // if(this.dataQuery.id){
params.id=this.dataQuery.id // params.id=this.dataQuery.id
} // }
if(this.provinceId.length >= 0){ if(this.provinceId.length >= 0){
params.provinceId=this.provinceId[0] params.provinceId=this.provinceId[0]
} }
......
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
}, },
clickTo(item){ clickTo(item){
let params={ let params={
id:item.id, // id:item.id,
province:item.area ? item.area : item.city ? item.city : item.province, province:item.area ? item.area : item.city ? item.city : item.province,
} }
if(item.areaId){ if(item.areaId){
......
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