fix issue #I80UEX 完善人员可以选择直接上级和部门负责人

This commit is contained in:
wintel
2023-12-23 15:42:50 +08:00
parent c4b1f2d3c6
commit 51155a7790
11 changed files with 398 additions and 394 deletions

View File

@@ -146,9 +146,9 @@ namespace OpenAuth.WebApi.Controllers
/// 获取登录用户的所有可访问的组织信息
/// </summary>
[HttpGet]
public Response<List<SysOrg>> GetOrgs()
public Response<List<OrgView>> GetOrgs()
{
var result = new Response<List<SysOrg>>();
var result = new Response<List<OrgView>>();
try
{
result.Result = _authStrategyContext.Orgs;