...
|
...
|
@@ -69,7 +69,6 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist'], f |
|
|
$("#seriousTimes").val('00:00:00 - 23:59:59');
|
|
|
}
|
|
|
$('#btn-alarmpolicy-expr-add').unbind('click').on('click', function () {
|
|
|
debugger
|
|
|
editNoticeExpr();
|
|
|
return false;
|
|
|
});
|
...
|
...
|
@@ -90,7 +89,6 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist'], f |
|
|
id = id.substring(0, id.length - 4);
|
|
|
alarmTimes = $('#' + id + 'Times').val();
|
|
|
}
|
|
|
debugger
|
|
|
editNoticeExpr($(this).val(), alarmTimes, id);
|
|
|
});
|
|
|
//指标信息
|
...
|
...
|
|