配置日志总量查询修改,开始时间结束时间可为空
This commit is contained in:
@@ -1340,12 +1340,12 @@ var getTotalLog=function(){
|
||||
}
|
||||
var GetLogTotal=function(_data){
|
||||
var pathName=window.document.location.pathname.substring(0,window.document.location.pathname.indexOf("/nis")+4);
|
||||
var timeStamp=0;
|
||||
var timeStamp;
|
||||
if(_data.date){
|
||||
timeStamp=_data.date.valueOf();
|
||||
}else{
|
||||
}/*else{
|
||||
timeStamp=(new Date()).valueOf();
|
||||
}
|
||||
}*/
|
||||
var totalTrs=$(_data.objs);
|
||||
var timeout=$.validator.messages.timeout;
|
||||
var failed=$.validator.messages.failed;
|
||||
|
||||
Reference in New Issue
Block a user