yuanrf 1 سال پیش
والد
کامیت
ffd17db10a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      OASystem/OASystem.Infrastructure/Repositories/System/SystemMenuPermissionRepository.cs

+ 1 - 0
OASystem/OASystem.Infrastructure/Repositories/System/SystemMenuPermissionRepository.cs

@@ -245,6 +245,7 @@ namespace OASystem.Infrastructure.Repositories.System
                             modelData.PageList.Add(new
                             {
                                 pageId = page.Key,
+                                pageName = page.First().PageName,
                                 opList = page.Select(x => x.Funid)
                             }) ;
                         }