Commit 6dcad870 authored by youjie's avatar youjie

no message

parent ca920e7b
......@@ -771,7 +771,7 @@ export default {
})
}
arrList(data);
this.regionTicked = [data[0].CityCode]
// this.regionTicked = [data[0].CityCode]
this.regionListAll = data
this.regionList = [
{
......@@ -801,8 +801,6 @@ export default {
this.msg.regionCode = this.regionTicked[0]
let findIndex = this.regionListAll.findIndex(x=>x.CityCode==this.msg.regionCode)
if(findIndex!=-1) this.msg.CityName_CN = this.regionListAll[findIndex].CityName_CN
console.log(this.msg.CityName_CN,this.msg.regionCode)
return
this.resetQuery();
},
// 目的地城市
......
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