Authored by wangtao

OGG 列表查询异常

... ... @@ -13,7 +13,7 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) {
}
commonDetail.bindTips();
// 基本信息
var jbxxKpi = "KPIE13DD9A3,KPIF74D9D2B";
... ... @@ -31,7 +31,7 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) {
commonDetail.renderResHealth("databaseogg_health_state",resId);
// ogg信息
commonDetail.renderTable("databaseogg_ogginfo", false, resId, oggkpi, 'ogg运行情况', 'ogg-', 'ext, rr.KPI1A122D84 desc, rr.KPI16282DF0', 'desc');
commonDetail.renderTable("databaseogg_ogginfo", false, resId, oggkpi, 'ogg运行情况', 'ogg-', 'ext, KPI1A122D84 , KPI16282DF0', 'desc');
// 告警信息
... ... @@ -45,4 +45,4 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) {
commonDetail.detailTimer.push(timer);
});
});
\ No newline at end of file
});
... ...