mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-13 11:56:14 +00:00
[Bugfix] 修复授权列表引起的分页bug
This commit is contained in:
parent
c215278978
commit
ce1fc0f3e2
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user