complete user list

This commit is contained in:
yubaolee
2017-08-31 19:54:12 +08:00
parent d88668def1
commit 2f2aedc432
13 changed files with 53 additions and 405 deletions

View File

@@ -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
};