From 91da1d7d87077400f11fbb4f9ca23fbe5224078d Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 12 九月 2022 16:58:26 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/common.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 5802c8e..4c9c674 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -22,6 +22,10 @@
     return typeof obj == "undefined" || obj == null || obj === "";
 }
 
+function emptyShow(d) {
+    return isEmpty(d)?"--":d;
+}
+
 function eq(o1, o2) {
     if (!isEmpty(o1) && !isEmpty(o2)) {
         return o1===o2;

--
Gitblit v1.9.1