#
luxiaotao1123
2024-03-14 24008ce1ac748a6afad17e7fbd4cccb55896ecfa
zy-asrs-flow/src/pages/map/utils.js
@@ -250,6 +250,10 @@
    }
}
export const findSpriteByUuid = (uuid) => {
    return mapContainer?.children?.find(child => child?.data?.uuid === uuid);
}
export const sensorTypeSelectOptions = (intl) => {
    let options = [];
    Object.entries(SENSOR_TYPE).forEach(([key, value]) => {