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
cbe0af77ee0d8af25b77602df37660a0314cee78
1 parent
9959bebd
连接状态的选项,在切换列表的时候,没有清空选项,导致没有正常展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
hg-monitor-web-qh/src/main/resources/static/src/controller/bizindex.js
hg-monitor-web-qh/src/main/resources/static/src/controller/bizindex.js
View file @
cbe0af7
...
...
@@ -211,6 +211,8 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols
el
[
action
](
'tree-node-select'
);
// 决定显示那个视图
var
optionsStr
=
''
;
// 连接状态的选项,在切换列表的时候,没有清空选项,导致没有正常展示
$
(
"#bizlink_state"
).
val
(
''
)
if
(
node
.
data
.
code
)
{
optionsStr
=
JSON
.
parse
(
node
.
data
.
code
)[
'options'
];
}
...
...
Please
register
or
login
to post a comment