Commit cb8dbb36 authored by 黄奎's avatar 黄奎

销售开团修改

parent 6e9e0381
......@@ -195,7 +195,7 @@
PostFeature: '', //行程特色信息
PostNotice: '', //行程特色其他内容
//配置信息
PostDaysTrip: '', //每天的行程
PostDaysTrip: {}, //每天的行程
PriceList: [],
//所有的城市数据
AllCityList: [],
......@@ -698,7 +698,13 @@
this.journeyList.NightNum = tempData.NightNum
this.journeyList.ReturnArriveCityId = tempData.ReturnArriveCityId
this.journeyList.StartCityId = tempData.StartCityId
this.journeyList.DayList = tempData.DayList
this.journeyList.DayList = tempData.DayList;
this.PostDaysTrip.TrafficList=[];
tempData.DayList2.forEach(item=>{
this.PostDaysTrip.TrafficList.push(item.TrafficObj);
})
this.journeyList.DayList.forEach(x => {
x['HotelChooseArray'] = []
x['ChooseScenicArray'] = []
......
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