#
luxiaotao1123
2024-03-14 c05ee091c5e3f3086260c8c53538a5ea007d1a6a
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]) => {