Authored by 王涛

Merge branch 'master-500-dev-xwx' into 'master-500-dev'

网卡上行速率



See merge request !452
... ... @@ -1308,7 +1308,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
linechart.on('click', function (v) {
var params = {
resId: resId,
kpiId: kpiId.split(',').length==0?kpiId:kpiId.split(',')[v.componentIndex], //当kpiId为多个时,点击时获取对应kpiId
kpiId: kpiId,
flag: data.series[v.componentIndex].flag,
warning: false,
ident: true,
... ...