This commit is contained in:
2026-01-04 12:08:36 +08:00
parent 1331477ac9
commit 948aa3d5b2
8 changed files with 42 additions and 55 deletions

View File

@@ -87,7 +87,7 @@ namespace Atomx.Data.CacheServices
{
var item = new KeyValueTree
{
Key = state.Id.ToString(),
Label = state.Id.ToString(),
Value = state.Name,
Children = new List<KeyValueTree>()
};
@@ -243,7 +243,7 @@ namespace Atomx.Data.CacheServices
{
var item = new KeyValueTree
{
Key = area.Id.ToString(),
Label = area.Id.ToString(),
Value = area.Name,
Children = new List<KeyValueTree>()
};