fix
This commit is contained in:
parent
912450470d
commit
2960426044
@ -1122,7 +1122,7 @@ control.prototype._moveDirectyFollowers = function (x, y) {
|
||||
}
|
||||
|
||||
////// 获取某层的阻激夹域信息 //////
|
||||
control.prototype.getCheckBlock = function (floorId){
|
||||
control.prototype.getCheckBlock = function (floorId) {
|
||||
return this.controldata.getCheckBlock(floorId);
|
||||
}
|
||||
|
||||
|
||||
@ -2510,7 +2510,7 @@ maps.prototype.setBlockConnectivity = function (num, statusName, statusValue) {
|
||||
mapBlockObjs = core.status.mapBlockObjs,
|
||||
blocksInfo = core.maps.blocksInfo,
|
||||
number2Block = core.status.number2Block;
|
||||
core.maps.blocksInfo = core.clone(maps_90f36752_8815_4be8_b32b_d7fad1d0542e);
|
||||
core.maps.blocksInfo = core.clone(maps_90f36752_8815_4be8_b32b_d7fad1d0542e);
|
||||
if (statusName === 'noPass') {
|
||||
floorIds.forEach((floorId) => {
|
||||
if (maps.hasOwnProperty(floorId)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user