This commit is contained in:
Zy
2026-06-01 18:12:58 +08:00
parent 38274ab612
commit ae1f9f6ee2
123 changed files with 2729 additions and 1563 deletions

View File

@@ -28,7 +28,7 @@ export function convertBuildingToTree(buildings: any[]): Tree[] {
const unitTree: Tree = {
label: unit.unitNoName,
value: unit.unitNoId,
type: 'unitNo',
type: 'unitNoId',
children: []
};