문자발송내역 추가
This commit is contained in:
@@ -229,6 +229,14 @@
|
||||
ajax: {
|
||||
url: '/manage/scomplex/getScomplexList',
|
||||
type: 'GET',
|
||||
beforeSend: function () {
|
||||
blockUI.blockPage({
|
||||
message: tpl
|
||||
})
|
||||
},
|
||||
complete: function () {
|
||||
blockUI.unblockPage()
|
||||
},
|
||||
data: function (d) {
|
||||
d.name = $("#frm_srch_info [name=name]").val()
|
||||
d.apporval_date = $("#frm_srch_info [name=apporval_date]").val()
|
||||
|
||||
Reference in New Issue
Block a user