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
‘superliu’
3 years ago
Commit
051e72f0f19ccdcbd7e205855b51e73dc7bb43ae
1 parent
7786e79d
资源视图总量渲染bug修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
hg-monitor-web-qh/src/main/resources/static/src/controller/resindex.js
hg-monitor-web-qh/src/main/resources/static/src/controller/resindex.js
View file @
051e72f
...
...
@@ -1109,7 +1109,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', '
commonCols
.
colsClickEvent
(
editFlag
);
loadRightResTypeSelectEvent
(
curTreeNode
.
data
.
id
,
"normal"
,
res
.
obj
);
loadRightResTypeSelectEvent
(
curTreeNode
.
id
,
"normal"
,
res
.
obj
);
//表格排序监听 joke add 20200408
table
.
on
(
'sort(resListTable)'
,
function
(
obj
)
{
...
...
@@ -1398,7 +1398,6 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', '
//加载右侧资源类型下拉框
function
loadRightResTypeSelectEvent
(
resType
,
type
,
obj
)
{
layer
.
closeAll
(
'tips'
);
var
str
=
''
;
var
domStr
=
'resListContent'
var
fun
=
reloadTable
;
...
...
Please
register
or
login
to post a comment