#
Junjie
2024-03-19 eca8b5481ab1c8bad8d031416a9d106585fa429c
zy-asrs-flow/src/pages/map/utils.js
@@ -240,4 +240,12 @@
export const deepCopy = (data) => {
    return JSON.parse(JSON.stringify(data));
}
export const pureNumStr = (param) => {
    if (param) {
        return Number(param);
    } else {
        return '';
    }
}