mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34:44 +08:00
complete user list
This commit is contained in:
@@ -67,9 +67,9 @@ namespace OpenAuth.App
|
||||
|
||||
var result = new GridData
|
||||
{
|
||||
records = total,
|
||||
count = total,
|
||||
total = (int)Math.Ceiling((double)total/pagesize),
|
||||
rows = rolevms.ToList(),
|
||||
data = rolevms.ToList(),
|
||||
page = pageindex
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user