Authored by 王涛

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

@@ -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 };
@@ -167,9 +167,9 @@ export default { @@ -167,9 +167,9 @@ export default {
167 167
168 let params={ 168 let params={
169 timeScope:timeScope.value, 169 timeScope:timeScope.value,
170 - // keys:keysVal 170 + keys:keysVal
171 // timeScope:'2022-02-07 10:00:00,2022-02-08 10:00:00', 171 // timeScope:'2022-02-07 10:00:00,2022-02-08 10:00:00',
172 - keys:'C620C1D453B79095A64314C8215335D5:KPI7054BC34:cpu' 172 + // keys:'C620C1D453B79095A64314C8215335D5:KPI7054BC34:cpu'
173 } 173 }
174 proxy.$http.get(`/api-web/cm-date-range/loadPerformanceCustomFromInfluxdb`, params, function (res) { 174 proxy.$http.get(`/api-web/cm-date-range/loadPerformanceCustomFromInfluxdb`, params, function (res) {
175 emit('callbackinflux',res) 175 emit('callbackinflux',res)