Commit 07756137 authored by 黄奎's avatar 黄奎

可售机票调整

parent 5784f6d2
......@@ -2374,6 +2374,7 @@
//获取TCID
clickAirticket(item) {
this.updateAirticketObj.TCID = item.TCID;
console.log(" this.updateAirticketObj",item.TCID, this.updateAirticketObj)
},
//开启散客机票
openAirticket() {
......@@ -2406,7 +2407,7 @@
tempMsg,
(res) => {
if (res.data.resultCode == 1) {
that.Success(this.$t("objFill.kaiqichenggong"));
that.Success(that.$t("objFill.kaiqichenggong"));
that.getControlList();
} else {
that.Error(res.data.data);
......
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