From 09f6346a9cd278af7993011ab89aa1e11f47fe87 Mon Sep 17 00:00:00 2001 From: leebj Date: Mon, 30 Sep 2024 11:15:32 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EC=A7=80=EC=82=AC=ED=95=AD=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/fims/mngt/mngt01020-info.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/jsp/fims/mngt/mngt01020-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/mngt/mngt01020-info.jsp index c852c0f4..3af80670 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/mngt/mngt01020-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/mngt/mngt01020-info.jsp @@ -192,6 +192,7 @@ $(document).ready(function(){ } else { $P.$findn("sggCd").val(MY_INFO.orgID); } + $P.$findn("sggCd").find("option").not(":selected").remove(); } } }