采用ACE界面

This commit is contained in:
yubaolee
2016-10-14 11:22:16 +08:00
parent 007c901002
commit 9606a71f72
1536 changed files with 285929 additions and 7686 deletions

View File

@@ -36,6 +36,8 @@ namespace OpenAuth.App
_service.ModuleElements.Where(u => u.ModuleId == moduleView.Id).OrderBy(u => u.Sort).ToList();
}
user.ModuleWithChildren = user.Modules.GenerateTree(c => c.Id, c => c.ParentId);
return user;
}
}