Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1308,7 +1308,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | @@ -1308,7 +1308,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | ||
1308 | linechart.on('click', function (v) { | 1308 | linechart.on('click', function (v) { |
1309 | var params = { | 1309 | var params = { |
1310 | resId: resId, | 1310 | resId: resId, |
1311 | - kpiId: kpiId.split(',').length==0?kpiId:kpiId.split(',')[v.componentIndex], //当kpiId为多个时,点击时获取对应kpiId | 1311 | + kpiId: kpiId, |
1312 | flag: data.series[v.componentIndex].flag, | 1312 | flag: data.series[v.componentIndex].flag, |
1313 | warning: false, | 1313 | warning: false, |
1314 | ident: true, | 1314 | ident: true, |
-
Please register or login to post a comment