소스 검색

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)
                             }) ;
                         }