...
|
...
|
@@ -233,6 +233,13 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist'], f |
|
|
});
|
|
|
return false;
|
|
|
}
|
|
|
if (!data.seriousTimes || data.seriousTimes == '') {
|
|
|
layer.msg("请先填写告警时段!", {
|
|
|
icon: 7
|
|
|
, time: 3000
|
|
|
});
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
if (NoticeMergeFlag && NoticeMergeFlag == 'on') {
|
|
|
if (!data.alarmContentExpr || data.alarmContentExpr == '') {
|
...
|
...
|
|