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
09cf821fd36a969a417cf022d9df60a6260d134a
1 parent
2953bfb8
修改弹框关闭的问题
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/common.js
hg-monitor-web-qh/src/main/resources/static/src/controller/common.js
hg-monitor-web-base/src/main/resources/static/src/controller/common.js
View file @
09cf821
...
...
@@ -588,12 +588,14 @@ layui.define(['xmSelect', 'md5'], function (exports) {
id
:
id
,
content
:
laytpl
(
res
.
body
).
render
(
JSON
.
stringify
(
params
)),
success
:
function
(
layero
,
index
)
{
if
(
typeof
done
===
"function"
)
{
done
(
layero
,
index
);
}
else
if
(
done
.
success
){
done
.
success
()
}
else
{
return
if
(
done
)
{
if
(
typeof
done
===
"function"
)
{
done
(
layero
,
index
);
}
else
if
(
done
.
success
)
{
done
.
success
()
}
else
{
return
}
}
},
yes
:
function
(
index
,
layero
)
{
...
...
hg-monitor-web-qh/src/main/resources/static/src/controller/common.js
View file @
09cf821
...
...
@@ -588,12 +588,14 @@ layui.define(['xmSelect', 'md5'], function (exports) {
id
:
id
,
content
:
laytpl
(
res
.
body
).
render
(
JSON
.
stringify
(
params
)),
success
:
function
(
layero
,
index
)
{
if
(
typeof
done
===
"function"
)
{
done
(
layero
,
index
);
}
else
if
(
done
.
success
){
done
.
success
()
}
else
{
return
if
(
done
)
{
if
(
typeof
done
===
"function"
)
{
done
(
layero
,
index
);
}
else
if
(
done
.
success
)
{
done
.
success
()
}
else
{
return
}
}
},
yes
:
function
(
index
,
layero
)
{
...
...
Please
register
or
login
to post a comment