From 819c8e537403db4c8e7da8efaeae7ce91fbdf232 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期二, 02 六月 2020 13:11:03 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/common.js | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 9907798..c3a06a1 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -1,8 +1,13 @@ // 鐢熶骇 -// var baseUrl = "/asrs"; +// var baseUrl = "/wcs"; // 娴嬭瘯 var baseUrl = ""; +function setVal(el, val) { + if (el.text() !== val){ + el.html(val); + } +} // 璇︽儏绐楀彛-楂樺害 var detailHeight = '80%'; -- Gitblit v1.9.1