주소록 엑셀 등록 - 오류 0건 초기화 모듈 추가
This commit is contained in:
parent
45eaf99f86
commit
2e71636191
@ -315,6 +315,7 @@ $(document).on('drop', function (e){
|
|||||||
function excelFileChange(file) {
|
function excelFileChange(file) {
|
||||||
console.log(' :: excelFileChange :: ');
|
console.log(' :: excelFileChange :: ');
|
||||||
fn_errorPopClean(); // 에러 popup 초기화
|
fn_errorPopClean(); // 에러 popup 초기화
|
||||||
|
fn_rowCntInit();
|
||||||
if (file) {
|
if (file) {
|
||||||
fn_loadAddActive();
|
fn_loadAddActive();
|
||||||
var reader = new FileReader();
|
var reader = new FileReader();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user