Commit fa8f3651 authored by 沈良进's avatar 沈良进

页面修改

parent cedd8cf1
......@@ -421,6 +421,7 @@
basicData.RemoveChild = this.PostConfig.RemoveChild;
basicData.OfferId = this.PostConfig.OfferId;
basicData.TeamType = this.PostConfig.TeamType;
basicData.TripMapList = this.PostConfig.TripMapList;
basicData.StartCityId = 0;
basicData.ReturnArriveCityId = 0;
......@@ -507,7 +508,7 @@
if (SaveType == 3) {
basicData.TravelInfoIsCopy = true;
}
basicData.TeamType = this.TeamType;
basicData.IsUpdateHotel = this.PostConfig.IsUpdateHotel;
console.log("travel_post_SetTravelConfigInfo", basicData);
this.isSubmit = false;
......@@ -706,19 +707,6 @@
return dinnerObj;
},
firstLoadConfigInfo() {
var routeName = this.$route.name;
// if (routeName == 'TravelManager') {
// this.TeamType = 0;
// }
// if (routeName == 'TravelManager3') {
// this.TeamType = 1;
// }
// if (routeName == 'TravelManager5') {
// this.TeamType = 2;
// }
// if (routeName == 'TravelManager6') {
// this.TeamType = 0;
// }
let configId = this.$route.query.configId;
this.modifyTcid = this.$route.query.tcid;
this.TCNUM = this.$route.query.TCNUM;
......@@ -740,7 +728,6 @@
this.ConfigId = configId;
let msg = {
configId: configId,
TeamType: this.TeamType,
OfferId: 0,
};
if (this.$route.query.offerId) {
......@@ -881,6 +868,7 @@
this.PostConfig.LineId = tempData.LineId;
this.PostConfig.LineteamId = tempData.LineteamId;
this.PostConfig.CountryID = tempData.CountryID;
this.PostConfig.TeamType=tempData.TeamType;
//视频地址
this.PostConfig.VideoStr = tempData.VideoStr;
this.PostConfig.OpenTeamDescribe = tempData.OpenTeamDescribe;
......
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