房屋详情,单元变更
This commit is contained in:
@@ -26,8 +26,8 @@ export function convertBuildingToTree(buildings: any[]): Tree[] {
|
||||
const units = building.units || [];
|
||||
const unitTrees = units.map((unit: any) => {
|
||||
const unitTree: Tree = {
|
||||
label: `${unit.unitNo} 单元`,
|
||||
value: unit.unitNo,
|
||||
label: unit.unitNoName,
|
||||
value: unit.unitNoId,
|
||||
type: 'unitNo',
|
||||
children: []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user