|
|
@@ -12,7 +12,9 @@ function initQueryParams() {
|
|
|
$.jeDate("#start_time", {
|
|
|
isinitVal: true,
|
|
|
format: 'YYYY/MM' // 分隔符可以任意定义,该例子表示只显示年月
|
|
|
+
|
|
|
});
|
|
|
+ $("#start_time").val(getCurrentTimeFormat());
|
|
|
//去上次查询保留的参数
|
|
|
var store_params = $.zui.store.get('store_param_' + current_url);
|
|
|
var checked_dept = null;
|
|
|
@@ -56,7 +58,6 @@ function initAppealList() {
|
|
|
function queryAppeal() {
|
|
|
var t = getTimeByMonth($("#start_time").val());
|
|
|
|
|
|
- alert(getMomentTimeFormat(t.starttime))
|
|
|
var data = {
|
|
|
"start_time": getMomentTimeFormat(t.starttime),
|
|
|
"end_time": getMomentTimeFormat(t.endtime),
|