$.ajax({ url : '/admin/reserve/rsStatusChangeSave', type: 'POST', /*data : function(d) { d.rsStatus = data; d.arrRsSeq = JSON.stringify(temParam); console.log('>>>>>>> arrRsSeq AJAX : ', JSON.stringify(d.arrRsSeq)) },*/ data : { arrRsSeq : arrRsSeq }, dataType: 'json', traditional: true, beforeSend: function(xhr) { xhr.setRequestHeader(header, token); }, success: function (result) { alert('저장되었습..