Commit 80e7af6a authored by 黄奎's avatar 黄奎

团控保存页面酒店信息修改

parent 743dcfd1
......@@ -370,9 +370,7 @@
if (SaveType == 3) {
basicData.TravelInfoIsCopy = true;
}
basicData.TeamType=this.TeamType;
console.log("basicData",basicData);
this.apipost(
"travel_post_SetTravelConfigInfo",
basicData,
......@@ -599,7 +597,6 @@
res => {
if (res.data.resultCode == 1) {
var tempData = res.data.data;
console.log("tempData",tempData);
if (tempData.Feature != null) {
this.FeatureData.ID = tempData.Feature.ID;
this.FeatureData.ConfigId = tempData.Feature.ConfigId;
......
......@@ -1466,6 +1466,7 @@
this.priceData.IsNew = true;
}
}
},
//保存酒店使用情况
saveHoteluseDetail() {
......
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