Commit 11269c08 authored by 黄奎's avatar 黄奎

页面修改

parent 169b3c45
...@@ -142,8 +142,8 @@ ...@@ -142,8 +142,8 @@
data() { data() {
return { return {
postMsg: { postMsg: {
TCID: 0,//团期编号 TCID: 0, //团期编号
OrderId: 0,//订单编号 OrderId: 0, //订单编号
TicketOrder: "", //机票导入命令 TicketOrder: "", //机票导入命令
TicketUnionId: 0, //判断新增还是修改 TicketUnionId: 0, //判断新增还是修改
IsSure: 0, //0-暂定,1-确定 IsSure: 0, //0-暂定,1-确定
...@@ -225,6 +225,8 @@ ...@@ -225,6 +225,8 @@
this.closeDialog(); this.closeDialog();
//调用父页面刷新方法 //调用父页面刷新方法
this.$emit("success"); this.$emit("success");
} else {
this.Error(res.data.message);
} }
} }
); );
......
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