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