From 2e71636191e98e3e55fb5c5a8d7e6d8d2b74a2d1 Mon Sep 17 00:00:00 2001 From: hylee Date: Tue, 10 Sep 2024 16:19:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=86=8C=EB=A1=9D=20=EC=97=91?= =?UTF-8?q?=EC=85=80=20=EB=93=B1=EB=A1=9D=20-=20=EC=98=A4=EB=A5=98=200?= =?UTF-8?q?=EA=B1=B4=20=EC=B4=88=EA=B8=B0=ED=99=94=20=EB=AA=A8=EB=93=88=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/web/addr/include/addrListforExcel.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/jsp/web/addr/include/addrListforExcel.jsp b/src/main/webapp/WEB-INF/jsp/web/addr/include/addrListforExcel.jsp index 4b4a2b55..d414dd15 100644 --- a/src/main/webapp/WEB-INF/jsp/web/addr/include/addrListforExcel.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/addr/include/addrListforExcel.jsp @@ -315,6 +315,7 @@ $(document).on('drop', function (e){ function excelFileChange(file) { console.log(' :: excelFileChange :: '); fn_errorPopClean(); // 에러 popup 초기화 + fn_rowCntInit(); if (file) { fn_loadAddActive(); var reader = new FileReader();