@ -136,7 +136,7 @@ function bindEvents(){
$("#time").on('change', function(){
var $this = $(this);
var seDate = $this.val();
var seDate = getStartEndDate($this.val());
startDate = seDate.startDate;
endDate = seDate.endDate;
getList(true);