@@ -147,6 +147,7 @@
var schedule_date =
y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d);
+ this.selected_date = date
this.query.schedule_date = schedule_date
this.query.schedule_type = 0
this.query.partition_id = 0