From f76ec191a29e29085d73dd5c57e17c9351394747 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 13 九月 2022 09:02:13 +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