Commit 3ed0f2f4 authored by zhengke's avatar zhengke

修改

parent 99e57947
...@@ -309,10 +309,8 @@ ...@@ -309,10 +309,8 @@
this.queryLogMsg.sDate = timeStr; this.queryLogMsg.sDate = timeStr;
this.ApiPost2('DmcInfoChangeLog_get_GetHotelLogList', this.queryLogMsg, res => { this.ApiPost2('DmcInfoChangeLog_get_GetHotelLogList', this.queryLogMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(res,'res');
this.LogsList = res.data.data.pageData; this.LogsList = res.data.data.pageData;
this.queryLogMsg.total = res.data.data.count; this.queryLogMsg.total = res.data.data.count;
console.log(this.LogsList,'Losglist');
} }
}, err => {}) }, err => {})
}, },
...@@ -368,7 +366,6 @@ ...@@ -368,7 +366,6 @@
this.hotelLoading = false; this.hotelLoading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.HotelList = res.data.data; this.HotelList = res.data.data;
console.log(this.HotelList,'HotelList');
} 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