Commit 169b3c45 authored by 黄奎's avatar 黄奎

页面修改

parent d7dfa6c2
...@@ -882,9 +882,9 @@ ...@@ -882,9 +882,9 @@
this.PostConfig.MapUrl = tempData.MapUrl; this.PostConfig.MapUrl = tempData.MapUrl;
let arrList = function (list) { let arrList = function (list) {
list.forEach(x => { list.forEach(x => {
x.NationList = [] x.CountrySelectList = []; //国家下拉列表
x.CityListAll = [] x.CitySelectList = []; //城市下拉列表
x.CityListIds = [] x.CityChooseList = []; //选中的城市Id
}) })
} }
arrList(this.PostConfig.TripMapList) arrList(this.PostConfig.TripMapList)
......
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