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