From 08c80323c73a2a05bada37214dbf5703be5a0f36 Mon Sep 17 00:00:00 2001 From: jjh Date: Mon, 14 Aug 2023 17:51:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=80=EA=B3=BC=EC=A0=9C=EC=99=B8=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 --- src/main/webapp/WEB-INF/jsp/fims/excl/excl01020-info.jsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/fims/excl/excl01020-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/excl/excl01020-info.jsp index e757aeb5..6e784225 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/excl/excl01020-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/excl/excl01020-info.jsp @@ -106,6 +106,10 @@ if (resp.saved) { dialog.alert("저장됐습니다."); dialog.close(${pageName}Control.prefix + "dialog"); + + if ("${callbackFuncName}" != "") { + ${callbackFuncName}(resp.saved); + } } }