mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
complete user list
This commit is contained in:
@@ -44,8 +44,8 @@ namespace OpenAuth.App
|
||||
return new GridData
|
||||
{
|
||||
page = 1,
|
||||
rows = query.ToList(),
|
||||
records = query.Count(),
|
||||
data = query.ToList(),
|
||||
count = query.Count(),
|
||||
total = 1
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user