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
wangtao
2 years ago
Commit
d845fdbbbe084fe0f503ac68f5e92940827fcb3c
1 parent
f2481bf2
详情页tips不能自动关闭
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 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 @
d845fdb
...
...
@@ -4282,7 +4282,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
//添加遮罩层 默认透明度为0.3
shade
:
[
0.1
,
'#00000000'
],
//是否点击遮罩关闭
shadeClose
:
fals
e
,
shadeClose
:
tru
e
,
closeBtn
:
true
,
success
:
function
(){
let
resId
=
$
(
`#
$
{
targetId
}
`
+
`
_detail_row_menu
.
statusMenu
`
).
data
(
'resid'
)
...
...
Please
register
or
login
to post a comment