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
王涛
4 years ago
Commit
50a84d0f41b6a19eeb39024128d8c68bb290b210
1 parent
64324c11
删除调试信息
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 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 @
50a84d0
...
...
@@ -2985,7 +2985,6 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
//打开弹框
openNewWin
:
function
(
url
,
name
,
params
,
editFlag
,
fn
,
cancelfn
,
type
)
{
if
(
!
name
){
name
=
"信息"
;
}
debugger
var
btns
=
false
;
//如果是编辑状态展示确定按钮
if
(
editFlag
&&
editFlag
==
true
){
...
...
Please
register
or
login
to post a comment