注释流量统计详情界面定时刷新任务,防止跟查询条件不一致,界面统一标题下加一条横线

This commit is contained in:
zhanghongqing
2018-12-26 10:23:14 +08:00
parent 430708b63f
commit 51ea4edebd
9 changed files with 43 additions and 41 deletions

View File

@@ -110,9 +110,9 @@ $(document).ready(function(){
$("#searchForm")[0].reset();
});
setInterval(function(){
ajaxProtocolList(starth,new Date().Format("yyyy-MM-dd HH:mm:00"));
},500000);// 五分钟调用一次
// setInterval(function(){
// ajaxProtocolList(starth,new Date().Format("yyyy-MM-dd HH:mm:00"));
// },500000);// 五分钟调用一次
});
function searchList(){
var start=$("#beginDate").val();