주소록 엑셀 등록 - 오류 0건 초기화 모듈 추가

This commit is contained in:
hylee 2024-09-10 16:19:54 +09:00
parent 45eaf99f86
commit 2e71636191

View File

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