mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 02:14:44 +08:00
fix issue #I80UEX 完善人员可以选择直接上级和部门负责人
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user