Commit d9995db5 authored by 沈良进's avatar 沈良进

签名修改

parent e7fd6178
...@@ -698,11 +698,11 @@ ...@@ -698,11 +698,11 @@
}, },
mounted() { mounted() {
// this.msg.TCID = this.$route.query.TCID; this.msg.TCID = this.$route.query.TCID;
// this.msg.OrderId = this.$route.query.OrderId; this.msg.OrderId = this.$route.query.OrderId;
// this.msg.GuestId = this.$route.query.GuestId; this.msg.GuestId = this.$route.query.GuestId;
// this.msg.ProtocolId = this.$route.query.ProtocolId; this.msg.ProtocolId = this.$route.query.ProtocolId;
// this.getList(); this.getList();
} }
}; };
......
...@@ -370,6 +370,7 @@ ...@@ -370,6 +370,7 @@
res => { res => {
this.SaveLoading = false; this.SaveLoading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message);
this.addMsg.ProtocolId = res.data.data; this.addMsg.ProtocolId = res.data.data;
this.msg.ProtocolId = res.data.data; this.msg.ProtocolId = res.data.data;
this.GetData(); this.GetData();
......
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