Commit dc905796 authored by zhengke's avatar zhengke

修改

parent dd359f73
......@@ -346,6 +346,9 @@
} else if (TeamType == 2) {
path = "TravelManager4";
}
if(postData.isfromManager){
path = "TravelManager5";
}
this.Success("保存成功");
if (this.isNewConfig) {
this.$router.push({
......
......@@ -189,6 +189,7 @@
TeamType:'',
loading: false,
isNewConfig: true,
isfromManager:true,
};
},
components: {
......@@ -339,7 +340,7 @@
TripFeature.B2BRemark = this.PostNotice.B2BRemark;
TripFeature.ShopRemark = this.PostNotice.ShopRemark;
TripFeature.VisaRemark = this.PostNotice.VisaRemark;
if (
basicData.TrafficList != null &&
basicData.TrafficList.length > 0 &&
......@@ -365,9 +366,10 @@
if (res.data.resultCode == 1) {
//配置编号
TripFeature.ConfigId = res.data.data;
TripFeature.isfromManager = true;
this.$refs.TravelFeature.getHtml(TripFeature, SaveType,this.TeamType);
this.$refs.TravelPrice.closeHotelDialog();
this.$refs.TravelPrice.initStatus();
// this.$refs.TravelPrice.closeHotelDialog();
// this.$refs.TravelPrice.initStatus();
} else if (res.data.resultCode == 10009) {
this.FeatureData.IsSave = false;
//表单重复提交
......
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