Commit c8fc79b2 authored by 黄奎's avatar 黄奎

代码优化

parent f90978eb
...@@ -407,7 +407,6 @@ ...@@ -407,7 +407,6 @@
} }
basicData.TeamType = this.TeamType; basicData.TeamType = this.TeamType;
basicData.IsUpdateHotel = this.PostConfig.IsUpdateHotel; basicData.IsUpdateHotel = this.PostConfig.IsUpdateHotel;
console.log("basicdata",basicData);
this.apipost( this.apipost(
"travel_post_SetTravelConfigInfo", "travel_post_SetTravelConfigInfo",
basicData, basicData,
...@@ -732,7 +731,6 @@ ...@@ -732,7 +731,6 @@
this.journeyList.ReturnArriveCityId = tempData.ReturnArriveCityId; this.journeyList.ReturnArriveCityId = tempData.ReturnArriveCityId;
this.journeyList.StartCityId = tempData.StartCityId; this.journeyList.StartCityId = tempData.StartCityId;
this.journeyList.DayList = tempData.DayList; this.journeyList.DayList = tempData.DayList;
console.log("tempData.DayList",tempData.DayList);
this.journeyList.DayList.forEach(x => { this.journeyList.DayList.forEach(x => {
x["HotelChooseArray"] = []; x["HotelChooseArray"] = [];
x["ChooseScenicArray"] = []; 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