From 47a439f060dcc12ab00073d3f399051451435cc6 Mon Sep 17 00:00:00 2001 From: gbsa-iten Date: Mon, 20 May 2024 17:23:51 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=80=EB=9F=89=EB=93=B1=EB=A1=9D=20?= =?UTF-8?q?=EC=A3=BC=EC=86=8C=EB=A1=9D=20=EA=B4=80=EB=A0=A8=20=EC=88=98?= =?UTF-8?q?=EB=9F=89=20=EB=A7=9E=EC=A7=80=20=EC=95=8A=EC=9D=80=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EC=88=98=EC=A0=95?= 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, 3 insertions(+), 4 deletions(-) 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); } });