From a7dabdfd6d0b0aebf5d2539b709084af57df6cef Mon Sep 17 00:00:00 2001 From: myname Date: Tue, 5 Mar 2024 12:24:55 +0900 Subject: [PATCH] =?UTF-8?q?2024-03-05=2012:24=20=EA=B4=80=ED=95=A0=20?= =?UTF-8?q?=EC=A7=80=EA=B2=80=20=EC=A7=80=EC=B2=AD=20=EC=A7=80=EC=97=AD=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=ED=9B=84=20=ED=95=B4=EB=8B=B9=20=EC=A7=80?= =?UTF-8?q?=EC=97=AD=EB=A7=8C=20=EB=82=98=EC=98=A4=EB=8F=84=EB=A1=9D=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 --- .../jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp index e9f728c8..3fc41027 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp @@ -96,6 +96,13 @@ }); searchOptions = $("#searchSelStatusTemp").html(); + + + $('.select2-selection').click( function(){ + //alert( 'test' ); + srchCndt2Chg2(); + }); + }); function searchInit(){ @@ -320,7 +327,7 @@ var searchOptions; function srchCndt2Chg(value){ if(value != ''){ - $(".select2-search").click() + //$(".select2-search").click() $(".select2-results__option").each(function(index, item){ if($(this).html().indexOf(value) == -1 ){ $(this).hide(); @@ -329,6 +336,12 @@ } } + + function srchCndt2Chg2(){ + var n_var = $("select[name=srchCndt2] option:selected").val(); + srchCndt2Chg(n_var) + } + // 대상자 의뢰취소 - 취소에 취소 (복구) function fn_updateCancelReqStatus(p_eduStateCd, p_reqStateCd) { @@ -590,7 +603,8 @@ -