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
Plain Diff
Browse Files
Authored by
王涛
2022-03-04 20:07:06 +0800
Commit
bc97427d6b3fb4b6ecd1025ff3e68021f844e70c
2 parents
24a1616b
2987dc45
Merge branch 'master-500-dev-LH' into 'master-500-dev'
资源视图总量渲染bug修改 See merge request
!431
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/resindex.js
hg-monitor-web-qh/src/main/resources/static/src/controller/resindex.js
View file @
bc97427
...
...
@@ -1109,7 +1109,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', '
commonCols
.
colsClickEvent
(
editFlag
);
loadRightResTypeSelectEvent
(
curTreeNode
.
id
,
"normal"
,
res
.
obj
);
loadRightResTypeSelectEvent
(
curTreeNode
.
id
,
"normal"
,
res
.
obj
);
//表格排序监听 joke add 20200408
table
.
on
(
'sort(resListTable)'
,
function
(
obj
)
{
...
...
Please
register
or
login
to post a comment