#
luxiaotao1123
2024-04-08 5510c0c383a06ebca91e6813d4b54ef0772af306
zy-asrs-flow/src/pages/map/utils.js
@@ -613,7 +613,9 @@
    return row + '-' + bay + '-' + lev;
}
export const updateMapStatusInRealTime = (data) => {
export const updateMapStatusInRealTime = (data, curFloorGetter) => {
    const curFloor = curFloorGetter();
    if (isNullOfUndefined(curFloor)) { return; }
    const mapVo = JSON.parse(data);
    // shuttle
    for (const shuttleVo of mapVo.shuttleVos) {