yuanrf 6 ヶ月 前
コミット
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)
                             }) ;
                         }