Commit 48ee71c2 authored by 黄奎's avatar 黄奎

页面修改

parent 05c2463e
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
total: 0, total: 0,
HotelId: 0, HotelId: 0,
TCID: 0, TCID: 0,
sDate:'' UseTime:''
}, },
//是否为今天 //是否为今天
isToday: false, isToday: false,
...@@ -306,7 +306,10 @@ ...@@ -306,7 +306,10 @@
if(HotelId){ if(HotelId){
this.queryLogMsg.HotelId = HotelId; this.queryLogMsg.HotelId = HotelId;
} }
this.queryLogMsg.sDate = timeStr; if(timeStr)
{
this.queryLogMsg.UseTime = 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) {
this.LogsList = res.data.data.pageData; this.LogsList = res.data.data.pageData;
......
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