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
张凯
2 years ago
Commit
35fc01c0f27fad0f270da6aa53b8e39e5fd2be1f
1 parent
0c7efe55
停机计划列表业务数量点击下探后查询有权限数量提示优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-qh/src/main/resources/static/src/controller/bustype.js
hg-monitor-web-qh/src/main/resources/static/src/controller/bustype.js
View file @
35fc01c
...
...
@@ -25,7 +25,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'laytpl', 'common', 'view', 'se
targetType
=
data
.
targetType
;
haveNum
=
data
.
haveNum
;
//查询有权限的数量
//
setTitle(cutoverId,targetType,haveNum)
setTitle
(
cutoverId
,
targetType
,
haveNum
)
}
var
mode
=
(
data
&&
data
.
mode
)
?
data
.
mode
:
''
;
var
username
=
(
data
&&
data
.
username
)
?
data
.
username
:
''
;
...
...
Please
register
or
login
to post a comment