Commit 9b74ac84 authored by 黄奎's avatar 黄奎

页面修改

parent 0db08c16
...@@ -232,7 +232,7 @@ export default { ...@@ -232,7 +232,7 @@ export default {
this.msg.Date = this.$route.query.sDate; this.msg.Date = this.$route.query.sDate;
this.msg.CheckOutDate = this.$route.query.eData; this.msg.CheckOutDate = this.$route.query.eData;
} }
this.apipost('hotel_post_GetAll',{hotelID:this.msg.Hotel},res=>{ this.apipost('hotel_post_GetAll',{ID:this.msg.Hotel},res=>{
if(res.data.resultCode==1){ if(res.data.resultCode==1){
this.HotelName = res.data.data.Name this.HotelName = res.data.data.Name
} }
......
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