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

pull/1550/head
ibuler 2018-07-18 15:26:58 +08:00
parent c215278978
commit ce1fc0f3e2
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ function initTable() {
select: {},
op_html: $('#actions').html()
};
table = jumpserver.initServerSideDataTable(options);
table = jumpserver.initDataTable(options);
return table
}