api사용현황 수정
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-06-18 09:17:58 +09:00
parent bc478ad4ed
commit 02072df973
4 changed files with 45 additions and 18 deletions
@@ -222,7 +222,7 @@
$("input[name=searchStartDate], input[name=searchEndDate]").datepicker();
var today = getToday();
var startDate = today;
var startDate = today.substring(0,6)+"01";
var endDate = today;
@@ -234,6 +234,7 @@
}
list();
search();
resizeJqGridWidth('grid', 'content_middle', '1200');