문자전송 > 주소록 불러오기 > 선택한 데이터만 넣기 getData()에서 getSelectedData() 로 수정

This commit is contained in:
hylee 2024-08-27 16:00:45 +09:00
parent c1a34e5c16
commit c72fd172ed

View File

@ -262,7 +262,7 @@ function addPhoneInfo_advc(tableAddr){
var existingData = tableL.getData();
// 새로운 addrData를 만듭니다.
var addrData = tableAddr.getData().map((row, index) => ({
var addrData = tableAddr.getSelectedData().map((row, index) => ({
name: row.addrName,
phone: removeDash(row.addrPhone),
rep1: row.addrRep1,