From 366c41a13dbf90c423875fa56a3ecf3a33aa969b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 26 三月 2024 11:10:41 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/map/utils.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/utils.js b/zy-asrs-flow/src/pages/map/utils.js
index 0eb32f1..a54f4b1 100644
--- a/zy-asrs-flow/src/pages/map/utils.js
+++ b/zy-asrs-flow/src/pages/map/utils.js
@@ -501,4 +501,12 @@
             resolve(true);
         }, time);
     });
-};
\ No newline at end of file
+};
+
+export const isNullOfUndefined = (param) => {
+    if (null === param || undefined === param) {
+        return true;
+    } else {
+        return false;
+    }
+}
\ No newline at end of file

--
Gitblit v1.9.1