Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王涛
3 years ago
Commit
5a17ebada372e3a56e6aca0f5c467ecda017fc3a
1 parent
29675368
BUG#273 【性能曲线】测试名称重复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
5a17eba
...
...
@@ -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'
:
...
...
Please
register
or
login
to post a comment