중복체크 관련 수정 원복
This commit is contained in:
parent
47a439f060
commit
18ccfa161f
@ -590,10 +590,12 @@ function dupliPhoneData(data){
|
|||||||
if(item.phone == item2.phone){
|
if(item.phone == item2.phone){
|
||||||
|
|
||||||
chk = false;
|
chk = false;
|
||||||
// dupCnt = dupCnt + 1;
|
dupCnt = dupCnt + 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
|
||||||
|
});
|
||||||
|
|
||||||
if(chk){
|
if(chk){
|
||||||
uniqData.push(item);
|
uniqData.push(item);
|
||||||
@ -601,7 +603,6 @@ function dupliPhoneData(data){
|
|||||||
else {
|
else {
|
||||||
// Get 중복 연락처
|
// Get 중복 연락처
|
||||||
GetDupliPhoneDataReal(item.phone);
|
GetDupliPhoneDataReal(item.phone);
|
||||||
dupCnt = numberWithCommas(dupliPhoneDataRealList.length);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user