대량등록 주소록 관련 수량 맞지 않은 부분 수정

This commit is contained in:
gbsa-iten 2024-05-20 17:23:51 +09:00
parent 48d9fe5335
commit 47a439f060

View File

@ -590,12 +590,10 @@ function dupliPhoneData(data){
if(item.phone == item2.phone){
chk = false;
dupCnt = dupCnt + 1;
// dupCnt = dupCnt + 1;
}
}
});
});
if(chk){
uniqData.push(item);
@ -603,6 +601,7 @@ function dupliPhoneData(data){
else {
// Get 중복 연락처
GetDupliPhoneDataReal(item.phone);
dupCnt = numberWithCommas(dupliPhoneDataRealList.length);
}
});