...
|
...
|
@@ -334,7 +334,8 @@ layui.define(['form', 'admin', 'laydate', 'table', 'common','sessions','cron','o |
|
|
});
|
|
|
data.subGroupLists = receiveGroupInfoS;
|
|
|
delete data["sub_send_type"];
|
|
|
form.on('submit(add-alarmsubscribe-form)',function () {
|
|
|
//lsq 提交按钮需要用的是submit按钮的lay-filter 2022-09-27
|
|
|
form.on('submit(alarmsubscribe-form-save-id)',function () {
|
|
|
var alrmlevels = [],reportTypes = [];
|
|
|
$('input[name="reportType"]:checked').each(function() {
|
|
|
reportTypes.push($(this).val());
|
...
|
...
|
|