Commit c6b872e9 authored by 黄奎's avatar 黄奎

页面修改

parent c9440f49
......@@ -111,6 +111,7 @@ namespace Edu.Module.System
{
List<MenuTree_ViewModel> treeList = new List<MenuTree_ViewModel>();
var list = GetMenuListModule(query);
var functionList = GetMenuFunctionListModule(new RB_Menu_Function_ViewModel());
if (list != null && list.Count > 0)
{
//一级菜单
......@@ -183,6 +184,16 @@ namespace Edu.Module.System
return functionRepository.GetMenuFunctionPageListRepository(pageIndex, pageSize, out rowsCount, query);
}
/// <summary>
/// 获取菜单功能权限列表
/// </summary>
/// <param name="query"></param>
/// <returns></returns>
public List<RB_Menu_Function_ViewModel> GetMenuFunctionListModule(RB_Menu_Function_ViewModel query)
{
return functionRepository.GetMenuFunctionListRepository(query);
}
/// <summary>
/// 新增修改菜单功能权限
/// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment