문자발송내역 추가

This commit is contained in:
yangsh
2025-12-12 10:30:50 +09:00
parent d43d280e23
commit b0a0d319ef
10 changed files with 626 additions and 1 deletions

View File

@@ -107,6 +107,14 @@
ajax: {
url: '/manage/dept/getUserList',
type: 'GET',
beforeSend: function () {
blockUI.blockPage({
message: tpl
})
},
complete: function () {
blockUI.unblockPage()
},
data: function (d) {
d.start = d.start || 0
d.length = d.length || 10