From 42c9885cbc323d5a3cd82d3045aaa61be2d18335 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 4 Dec 2023 09:04:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=9C=EB=A0=A5=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/fims/sprt/sprt01200-main.jsp | 36 +++++++++---------- .../js/fims/framework/cmm/componentization.js | 2 ++ 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt01200-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt01200-main.jsp index 2750ce02..96164644 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt01200-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt01200-main.jsp @@ -150,9 +150,9 @@ @@ -173,21 +173,21 @@ diff --git a/src/main/webapp/resources/js/fims/framework/cmm/componentization.js b/src/main/webapp/resources/js/fims/framework/cmm/componentization.js index 8aeb2004..6c27a416 100644 --- a/src/main/webapp/resources/js/fims/framework/cmm/componentization.js +++ b/src/main/webapp/resources/js/fims/framework/cmm/componentization.js @@ -34,10 +34,12 @@ function fnMakeOptionStyleSelect(selectEl){ if(selected.length <= 0){ selectEl.dataset.optionStyle = ""; + selectEl.title = ""; return; } selectEl.dataset.optionStyle = selected.val(); + selectEl.title = selected[0].title; }; $(selectEl).on("change", function(){