Преглед на файлове

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

LEIYI преди 7 месеца
родител
ревизия
55be2b3986
променени са 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)
                             }) ;
                         }