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