mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-06-23 00:52:07 +08:00
🐛fix: #IDJIPY 删除全部部门提示异常
This commit is contained in:
@@ -189,8 +189,8 @@ namespace OpenAuth.WebApi.Controllers
|
|||||||
{
|
{
|
||||||
return new PagedDynamicDataResp
|
return new PagedDynamicDataResp
|
||||||
{
|
{
|
||||||
Message = "未找到指定的节点",
|
Data = new List<OrgView>(),
|
||||||
Code = 500,
|
Count = 0
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
cascadeId = org.CascadeId;
|
cascadeId = org.CascadeId;
|
||||||
|
|||||||
Reference in New Issue
Block a user