Commit f728b5ce authored by zhengke's avatar zhengke

修改

parent 339a8a7d
......@@ -503,14 +503,10 @@ export default {
};
},
mounted() {
// if (this.$route.query.HotelId) {
// this.HotelId = this.$route.query.HotelId;
// this.msg.HotelId = this.$route.query.HotelId;
this.HotelId = 1;
this.msg.HotelId = 1;
// }
if (this.$route.query.HotelId) {
this.HotelId = this.$route.query.HotelId;
this.msg.HotelId = this.$route.query.HotelId;
}
this.getroomType();
this.getMeal();
this.getInternet();
......@@ -570,7 +566,6 @@ export default {
this.apipost("scm_get_GetSCMHotelRoomPageList",this.msg,res => {
if (res.data.resultCode == 1) {
this.isShow=true;
console.log(res,'resssssss');
this.dataList=res.data.data.pageData;
} else {
this.Error(res.data.message);
......@@ -585,7 +580,6 @@ export default {
res => {
if (res.data.resultCode == 1) {
this.tempData = res.data.data;
console.log(this.tempData,'tempData');
} 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