Commit f728b5ce authored by zhengke's avatar zhengke

修改

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