Browse Source

[fix]

master
fajiao 2 years ago
parent
commit
f19f5a8c43
  1. 1
      EC.Web/EC.Web.csproj
  2. 3
      learun.core/learun.application/Organization/Company/CompanyBLL.cs

1
EC.Web/EC.Web.csproj

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>d539cd96-821c-4c03-b82b-b9b3b80a5ae8</UserSecretsId>
<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
</PropertyGroup>
<ItemGroup>

3
learun.core/learun.application/Organization/Company/CompanyBLL.cs

@ -174,7 +174,8 @@ namespace learun.application
};
treeList.Add(node);
}
return treeList.ToTree(companyId);
return treeList.ToTree();
//return treeList.ToTree(companyId);
}
#endregion 2

Loading…
Cancel
Save