Commit cb0c2686 authored by 吴春's avatar 吴春

1

parent 6ae9a231
......@@ -1047,6 +1047,8 @@
},
res => {
if (res.data.resultCode == 1) {
console.log("res.data.data",res.data.data);
this.JingDianList = res.data.data
} else {
this.$message.error(this.$t('objFill .chaozuosib'))
......@@ -1860,7 +1862,6 @@
this.addMsg.Id = this.$route.query.guestId;
this.addMsg.TCID = this.$route.query.TCID;
this.addMsg.OrderId = this.$route.query.orderId;
this.Roominformation() //调取下房间信息
}
},
......
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