越来越顺了~~

This commit is contained in:
yubaolee
2017-11-30 17:47:41 +08:00
parent c026f263f8
commit 38cb16d9e7
25 changed files with 48 additions and 93 deletions

View File

@@ -1,8 +1,8 @@
using System.Linq;
using System.Web.Mvc;
using Infrastructure;
using OpenAuth.App.Response;
using OpenAuth.App.SSO;
using OpenAuth.App.ViewModel;
namespace OpenAuth.Mvc.Controllers
{
@@ -28,7 +28,7 @@ namespace OpenAuth.Mvc.Controllers
{
query = query.Where(u => u.ParentId == pId).ToList();
}
var data = new GridData
var data = new TableData
{
data = query,
count = query.Count(),