去掉测试注释
This commit is contained in:
@@ -116,7 +116,7 @@ $(document).ready(function(){
|
||||
$("#beginDate").val(starth);
|
||||
$("#endDate").val(endh);
|
||||
ipActiveMinuteList(starth,endh);
|
||||
// ipActiveOneHourList(starth,endh);
|
||||
ipActiveOneHourList(starth,endh);
|
||||
//筛选功能初始化
|
||||
$("#resetBtn").on("click",function(){
|
||||
$("select.selectpicker").each(function(){
|
||||
@@ -159,7 +159,7 @@ function searchList(){
|
||||
window.location.reload();
|
||||
}else{
|
||||
ipActiveMinuteList(start,end);
|
||||
// ipActiveOneHourList(start,end);
|
||||
ipActiveOneHourList(start,end);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user