Authored by 王涛

BUG#273 【性能曲线】测试名称重复

... ... @@ -3864,7 +3864,10 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
if ($.inArray('back:details:trend', checkList) == -1) {
layer.msg('暂无权限!', {icon: 7, time: 3000});
}else{
common.openLineChart(kpiName + " " + name, params);
// Start Wang 2022/2/8 14:28 BUG#273 【性能曲线】测试名称重复
// common.openLineChart(kpiName + " " + name, params);
common.openLineChart(kpiName, params);
// End Wang 2022/2/8 14:29
}
break;
case 'n':
... ...