mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
sysadmin reconstruct user page (#4030)
* sysadmin reconstruct user page * [system admin] users: refactored it
This commit is contained in:
@@ -1247,8 +1247,6 @@ export const Utils = {
|
||||
},
|
||||
|
||||
hasNextPage(curPage, perPage, totalCount) {
|
||||
// when curPage * perPage >= totalCount, do not have next page.
|
||||
// so hasNextPage = true, when curPage * perPage < totalCount
|
||||
return curPage * perPage < totalCount;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user