From fee622a6fb119b8619f5e8c122e166b136f2c166 Mon Sep 17 00:00:00 2001 From: leebj Date: Tue, 9 Jul 2024 17:02:30 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=A3=BC=EC=86=8C=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=20=ED=8C=9D=EC=97=85=20=ED=99=94=EB=A9=B4=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=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/crdn/crdn02010-main.jsp | 1 + src/main/webapp/resources/html/searchAddr.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn02010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn02010-main.jsp index e92e5959..3b14ec2e 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn02010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn02010-main.jsp @@ -923,6 +923,7 @@ $(document).ready(function(){ var params = { "crdnId" : info.data.CRDN_ID, "levyExclSeCd" : levyExclSeCd, + "openerPageName" : "${pageName}", "savedCallbackFuncName" : "pageObject['${pageName}']['popupSavedCallback']", "callPurpose" : "create" }; diff --git a/src/main/webapp/resources/html/searchAddr.html b/src/main/webapp/resources/html/searchAddr.html index ad6e6ac6..ae99ae1c 100644 --- a/src/main/webapp/resources/html/searchAddr.html +++ b/src/main/webapp/resources/html/searchAddr.html @@ -144,7 +144,7 @@ function getAddr(pageNum){ }else{ if(jsonStr != null){ var tempId = 0; - jsonStr.results.juso.forEach((item) => item.TEMP_ID = tempId++); + jsonStr.results.juso.forEach((item) => item.TEMP_ID = (""+tempId++)); addrControl.setData(jsonStr.results);