注释流量统计详情界面定时刷新任务,防止跟查询条件不一致,界面统一标题下加一条横线
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user