修复:户型在重用原始区域时,数据关联未更新

pull/2023/MERGE
ChenX 2 years ago
parent 54e993b9cd
commit f823bac7c6

@ -243,6 +243,7 @@ export class RoomRegionParse
oldR.Area = floor.Area; oldR.Area = floor.Area;
}); });
oldR[ROOM_REGION_CURVES_KEY] = routes.map(r => r.curve);
this.reped.add(oldR); this.reped.add(oldR);
continue; continue;
} }

Loading…
Cancel
Save