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