선거문자 20건 분할발송 발송 완료 후 페이징 처리 수정

- 문자발송이 완료되면 페이지 번호를 1로 리셋 시키도록 처리
This commit is contained in:
rosewiper 2023-12-21 16:01:55 +09:00
parent c135d945bc
commit c6b4a42fd9
3 changed files with 1 additions and 4 deletions

View File

@ -24,8 +24,6 @@
$("#sendReady").text(0);
$("#callSeq").val(0);
//docuReload();
}

View File

@ -276,9 +276,7 @@ $("#excelAdd").click(function(){
function addTWCallToInfo(){
var callSeq = $("#callSeq").val();
var sendData = $(document.callToForm).serializeArray();
$("#twCallToList").load("/web/mjon/msgcampain/selectMsgTWCallToListAjax.do", sendData ,function(response, status, xhr){
$(document).ready(function () {

View File

@ -1685,6 +1685,7 @@ function sendMsgAjax(paramSmsCnt, paramBlockCnt){
$("#totalPriceTxt").text("0");
//받는사람 리스트 새로 갱신해주기
document.callToForm.pageIndex.value = 1;
addTWCallToInfo();
}