From 0d507c2ea0d57e9c300577bdab241c38fdd50960 Mon Sep 17 00:00:00 2001 From: leebj Date: Tue, 9 Jul 2024 17:02:17 +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/resources/html/searchAddr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/resources/html/searchAddr.html b/src/main/webapp/resources/html/searchAddr.html index 27714db..b7fff5b 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);