From 4b9a3b3483b5d8d4afdc5ca037e87da72154c61c Mon Sep 17 00:00:00 2001 From: jjh Date: Fri, 15 Sep 2023 10:31:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/fims/sprt/sprt02050-info.jsp | 10 +++++----- .../webapp/WEB-INF/jsp/fims/sprt/sprt02080-info.jsp | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02050-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02050-info.jsp index b3d28048..25526e46 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02050-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02050-info.jsp @@ -350,7 +350,7 @@ , content : resp , size : "lg" , init : () => { } - , onClose : () => { refreshDataInfo{pageName}(); } // callback 자료 재조회 + , onClose : () => { refreshDataInfo${pageName}(); } // callback 자료 재조회 }); } }); @@ -364,7 +364,7 @@ dialog.alert(showMessage); if (resp.saved) { - refreshDataInfo{pageName}(); // 자료 재조회 + refreshDataInfo${pageName}(); // 자료 재조회 } } @@ -421,7 +421,7 @@ , content : resp , size : "lg" , init : () => { } - , onClose : () => { refreshDataInfo{pageName}(); } // callback 자료 재조회 + , onClose : () => { refreshDataInfo${pageName}(); } // callback 자료 재조회 }); } }); @@ -435,7 +435,7 @@ dialog.alert(showMessage); if (resp.saved) { - refreshDataInfo{pageName}(); // 자료 재조회 + refreshDataInfo${pageName}(); // 자료 재조회 } } @@ -484,7 +484,7 @@ } // 자료 재조회 - refreshDataInfo{pageName} = () => { + refreshDataInfo${pageName} = () => { let crdnId = $("#crdnId--${pageNameMain}").val(); // 단속 ID 가 없다면.. return diff --git a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02080-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02080-info.jsp index ce15fdbd..f663fabc 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02080-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02080-info.jsp @@ -146,7 +146,7 @@ , content : resp , size : "lg" , init : () => { } - , onClose : () => { refreshDataInfo{pageName}(); } // callback 자료 재조회 + , onClose : () => { refreshDataInfo${pageName}(); } // callback 자료 재조회 }); } }); @@ -160,7 +160,7 @@ dialog.alert(showMessage); if (resp.saved) { - refreshDataInfo{pageName}(); // 자료 재조회 + refreshDataInfo${pageName}(); // 자료 재조회 } } @@ -193,7 +193,7 @@ } // 자료 재조회 - refreshDataInfo{pageName} = () => { + refreshDataInfo${pageName} = () => { let crdnId = $("#crdnId--${pageNameMain}").val(); let vhrno = $("#vhrno--${pageNameMain}").val();