feat: API 관리에서 외부 데이터 연동 통계에서 일일 접속량 날짜 클릭 시 날짜선택 팝업 안 뜨는 버그 수정 건

main
thkim 2025-11-24 14:09:28 +09:00
parent 6fe404c694
commit 93ead59d94
2 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@
language: "ko",
autoclose: true,
todayHighlight: true,
container: $("#chartDate").closest(".datepicker-wrapper")
container: 'body'
}).datepicker("setDate", new Date());
$("#count_from_dt").datepicker("setDate", weekAgo); // 국토지반 API 호출 통계 시작일 셋팅(저번주)

View File

@ -541,7 +541,7 @@
language: "ko",
autoclose: true,
todayHighlight: true,
container: $("#chartDate").closest(".datepicker-wrapper")
container: 'body'
}).datepicker("setDate", new Date());
$("#count_from_dt").datepicker("setDate", weekAgo); // 국토지반 API 호출 통계 시작일 셋팅(저번주)