修复:在复用户型时,墙体的关联数据未更新
This commit is contained in:
parent
25c2ec96fa
commit
9ff24d8fbf
@ -23913,6 +23913,7 @@ class RoomRegionParse {
|
|||||||
oldR.Position = pos;
|
oldR.Position = pos;
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -23885,6 +23885,7 @@ class RoomRegionParse {
|
|||||||
oldR.Position = pos;
|
oldR.Position = pos;
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
{"version":3,"file":"RoomRegionParse.d.ts","sourceRoot":"","sources":["../../../../../src/DatabaseServices/Room/ParseService/RoomRegionParse.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAIjD,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAgE,YAAY,EAAgB,MAAM,6BAA6B,CAAC;AAEvI,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAaxD,eAAO,MAAM,sBAAsB,+BAA+B,CAAC;AAInE,oBAAY,gBAAgB;IAExB,IAAI,IAAI;IACR,KAAK,IAAI;IACT,GAAG,IAAI;CACV;AAGD;;GAEG;AACH,qBAAa,eAAe;IASZ,OAAO,CAAC,SAAS;IAP7B,EAAE,EAAE,iBAAiB,CAAC;IACtB,KAAK,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC;IACvB,OAAO,EAAE,UAAU,EAAE,CAAC;IAEtB;;OAEG;gBACiB,SAAS,EAAE,QAAQ;IAUvC,EAAE,CAAC,KAAK,EAAE,YAAY,EAAE;IAsNxB,GAAG;CAaN"}
|
{"version":3,"file":"RoomRegionParse.d.ts","sourceRoot":"","sources":["../../../../../src/DatabaseServices/Room/ParseService/RoomRegionParse.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAIjD,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAgE,YAAY,EAAgB,MAAM,6BAA6B,CAAC;AAEvI,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAaxD,eAAO,MAAM,sBAAsB,+BAA+B,CAAC;AAInE,oBAAY,gBAAgB;IAExB,IAAI,IAAI;IACR,KAAK,IAAI;IACT,GAAG,IAAI;CACV;AAGD;;GAEG;AACH,qBAAa,eAAe;IASZ,OAAO,CAAC,SAAS;IAP7B,EAAE,EAAE,iBAAiB,CAAC;IACtB,KAAK,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC;IACvB,OAAO,EAAE,UAAU,EAAE,CAAC;IAEtB;;OAEG;gBACiB,SAAS,EAAE,QAAQ;IAUvC,EAAE,CAAC,KAAK,EAAE,YAAY,EAAE;IAuNxB,GAAG;CAaN"}
|
Loading…
Reference in New Issue
Block a user