From 78f7626e513d0392df12543291e08c12bf6dd5c1 Mon Sep 17 00:00:00 2001 From: thkim Date: Mon, 12 Aug 2024 17:22:51 +0900 Subject: [PATCH] =?UTF-8?q?fixed:=20=EC=82=AC=EC=97=85=EB=B3=84=20?= =?UTF-8?q?=EC=8B=9C=EC=B6=94=EA=B3=B5=20=EC=83=81=EC=84=B8=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20undefined=20=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 006_시추공개수_undefined --- src/main/webapp/WEB-INF/views/map/index.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/views/map/index.jsp b/src/main/webapp/WEB-INF/views/map/index.jsp index a14c4aa3..e13b5767 100644 --- a/src/main/webapp/WEB-INF/views/map/index.jsp +++ b/src/main/webapp/WEB-INF/views/map/index.jsp @@ -512,6 +512,7 @@ function LoadingShow() { method : "post", data : params, success : function(data){ + totalCount = data.projectCount.totalCount; $("#sichProjectInfo").html(""); $("#sichClassName").html(data.project.className); $("#sichClassName2").html(data.project.className);