Commit ce1fc0f3 authored by ibuler's avatar ibuler

[Bugfix] 修复授权列表引起的分页bug

parent c2152789
...@@ -208,7 +208,7 @@ function initTable() { ...@@ -208,7 +208,7 @@ function initTable() {
select: {}, select: {},
op_html: $('#actions').html() op_html: $('#actions').html()
}; };
table = jumpserver.initServerSideDataTable(options); table = jumpserver.initDataTable(options);
return table return table
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment