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);