Commit c81be961 authored by 黄奎's avatar 黄奎

销售开团修改

parent 20903ef9
......@@ -692,7 +692,7 @@
this.journeyList.DayList = tempData.DayList;
this.PostDaysTrip.TrafficList = [];
if (tempData.DayList2&& tempData.dayList.length>0) {
if (tempData.DayList2&& tempData.DayList2.length>0) {
tempData.DayList2.forEach(item => {
this.PostDaysTrip.TrafficList.push(item.TrafficObj);
})
......
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