同步
This commit is contained in:
@@ -28,7 +28,7 @@ export function convertBuildingToTree(buildings: any[]): Tree[] {
|
||||
const unitTree: Tree = {
|
||||
label: unit.unitNoName,
|
||||
value: unit.unitNoId,
|
||||
type: 'unitNo',
|
||||
type: 'unitNoId',
|
||||
children: []
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user