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