|
@@ -1980,9 +1980,13 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
|
@@ -1980,9 +1980,13 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
1980
|
ident:ident,
|
1980
|
ident:ident,
|
1981
|
trend:trend,
|
1981
|
trend:trend,
|
1982
|
unit:unit,
|
1982
|
unit:unit,
|
1983
|
- name:kpiName + " " + name
|
1983
|
+ // Start Wang 2022/2/8 14:28 BUG#273 【性能曲线】测试名称重复
|
|
|
1984
|
+ name:kpiName,
|
|
|
1985
|
+
|
1984
|
};
|
1986
|
};
|
1985
|
- common.openLineChart(kpiName + " " + name, params);
|
1987
|
+ // common.openLineChart(kpiName + " " + name, params);
|
|
|
1988
|
+ common.openLineChart(kpiName, params);
|
|
|
1989
|
+ // End Wang 2022/2/8 14:29
|
1986
|
});
|
1990
|
});
|
1987
|
//更多点击事件
|
1991
|
//更多点击事件
|
1988
|
$("#" + tableId + "More").unbind("click").on("click", function () {
|
1992
|
$("#" + tableId + "More").unbind("click").on("click", function () {
|
|
@@ -3845,7 +3849,10 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
|
@@ -3845,7 +3849,10 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
3845
|
ident:ident,
|
3849
|
ident:ident,
|
3846
|
trend:trend,
|
3850
|
trend:trend,
|
3847
|
unit:unit,
|
3851
|
unit:unit,
|
3848
|
- name:kpiName + " " + name,
|
3852
|
+ // Start Wang 2022/2/8 14:28 BUG#273 【性能曲线】测试名称重复
|
|
|
3853
|
+ // name:kpiName + " " + name,
|
|
|
3854
|
+ name:kpiName,
|
|
|
3855
|
+ // End Wang 2022/2/8 14:29
|
3849
|
subFlag: subFlag,
|
3856
|
subFlag: subFlag,
|
3850
|
resType: resType
|
3857
|
resType: resType
|
3851
|
};
|
3858
|
};
|