diff --git a/src/main/webapp/js/MJUtill.js b/src/main/webapp/js/MJUtill.js index faace197..d42b52f7 100644 --- a/src/main/webapp/js/MJUtill.js +++ b/src/main/webapp/js/MJUtill.js @@ -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); } });