...
|
...
|
@@ -867,6 +867,19 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', |
|
|
};
|
|
|
common.openLineChart(name, params);
|
|
|
});
|
|
|
//指标名称点击事件
|
|
|
$('[data-theirRoom]').unbind("click").on('click', function () {
|
|
|
var room ={
|
|
|
resId: $(this).data("resid"),
|
|
|
theirRoom: $(this).data("theirroom"),
|
|
|
theirRoomId: $(this).data("theirroomid"),
|
|
|
theirCabinet: $(this).data("theircabinet"),
|
|
|
startU: $(this).data("startu"),
|
|
|
endU: $(this).data("endu"),
|
|
|
parentId: $(this).data("parentid"),
|
|
|
}
|
|
|
common.openRoom(room);
|
|
|
});
|
|
|
|
|
|
//告警操作日志
|
|
|
$('[data-warn-view]').unbind('click').on('click', function () {
|
...
|
...
|
|