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

页面修改

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