Commit a57312e0 authored by 黄奎's avatar 黄奎

修改上架平台方法调整

parent e807c030
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -1565,7 +1565,7 @@
that.saveLoading = false;
if (res.data.resultCode == 1) {
if (that.CopyTripAndFeatureMsg.updateType == 1) {
that.Success(this.$t('objFill.v101.fuzhixingccg'));
that.Success(that.$t('objFill.v101.fuzhixingccg'));
} else {
that.Success(res.data.message);
}
......@@ -2130,7 +2130,7 @@
}
});
},
//单团设置上架
//修改上架平台
SetshelvesUp() {
let msg = {
TCID: this.queryCommonData.singleTCID,
......@@ -2141,7 +2141,7 @@
this.Error(this.$t('Operation.Op_choicePlat'));
return;
}
this.apipost("travel_post_SetPriceTCState", msg, res => {
this.apipost("travel_post_SetPriceSalePlat", msg, res => {
if (res.data.resultCode == 1) {
this.Success(res.data.message);
this.getControlList();
......
......@@ -1372,7 +1372,7 @@
that.saveLoading = false;
if (res.data.resultCode == 1) {
if (that.CopyTripAndFeatureMsg.updateType == 1) {
that.Success(this.$t('objFill.v101.fuzhixingccg'));
that.Success(that.$t('objFill.v101.fuzhixingccg'));
} else {
that.Success(res.data.message);
}
......@@ -1845,7 +1845,7 @@
}
})
},
//单团设置上架
//修改上架平台
SetshelvesUp() {
let msg = {
TCID: this.queryCommonData.singleTCID,
......@@ -1856,7 +1856,7 @@
this.Error(this.$t('Operation.Op_choicePlat'))
return
}
this.apipost('travel_post_SetPriceTCState', msg, res => {
this.apipost('travel_post_SetPriceSalePlat', msg, res => {
if (res.data.resultCode == 1) {
this.Success(res.data.message)
this.getControlList()
......
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