Commit a57312e0 authored by 黄奎's avatar 黄奎

修改上架平台方法调整

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