Authored by 王涛

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

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