Merge branch 'campain'

This commit is contained in:
rosewiper 2023-12-21 16:02:32 +09:00
commit 4b625805b7
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();
}