From 93ead59d94eb7e0cb5161fcb7773a96c1557db98 Mon Sep 17 00:00:00 2001 From: thkim Date: Mon, 24 Nov 2025 14:09:28 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20API=20=EA=B4=80=EB=A6=AC=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=99=B8=EB=B6=80=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20?= =?UTF-8?q?=EC=97=B0=EB=8F=99=20=ED=86=B5=EA=B3=84=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=9D=BC=EC=9D=BC=20=EC=A0=91=EC=86=8D=EB=9F=89=20=EB=82=A0?= =?UTF-8?q?=EC=A7=9C=20=ED=81=B4=EB=A6=AD=20=EC=8B=9C=20=EB=82=A0=EC=A7=9C?= =?UTF-8?q?=EC=84=A0=ED=83=9D=20=ED=8C=9D=EC=97=85=20=EC=95=88=20=EB=9C=A8?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95=20=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/admins/mgmtApi/api-request-statistics-index.jsp | 2 +- .../webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-outdata.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp b/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp index 358c620..419ebdd 100644 --- a/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp +++ b/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp @@ -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 호출 통계 시작일 셋팅(저번주) diff --git a/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-outdata.jsp b/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-outdata.jsp index ddf8e2d..5f2931e 100644 --- a/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-outdata.jsp +++ b/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-outdata.jsp @@ -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 호출 통계 시작일 셋팅(저번주)