From 18ccfa161f63980850c89ced040db92c0b2d3c6d Mon Sep 17 00:00:00 2001 From: gbsa-iten Date: Mon, 20 May 2024 17:46:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EB=B3=B5=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20=EC=88=98=EC=A0=95=20=EC=9B=90=EB=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/MJUtill.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/js/MJUtill.js b/src/main/webapp/js/MJUtill.js index d42b52f7..faace197 100644 --- a/src/main/webapp/js/MJUtill.js +++ b/src/main/webapp/js/MJUtill.js @@ -590,10 +590,12 @@ function dupliPhoneData(data){ if(item.phone == item2.phone){ chk = false; -// dupCnt = dupCnt + 1; + dupCnt = dupCnt + 1; + } } - }); + + }); if(chk){ uniqData.push(item); @@ -601,7 +603,6 @@ function dupliPhoneData(data){ else { // Get 중복 연락처 GetDupliPhoneDataReal(item.phone); - dupCnt = numberWithCommas(dupliPhoneDataRealList.length); } });