From f5e21a7bfdb0e7c4e6bedc639dec2b9de6e39b8e Mon Sep 17 00:00:00 2001 From: zhengzhen Date: Fri, 23 Apr 2021 23:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=B5=81=E7=A8=8B=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=80=E4=BA=9B=E5=9B=BE=E7=89=87=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/DataUser/AppCoder/FlowDesignerWelcome.htm | 3 ++- jflow-web/src/main/webapp/WF/Admin/Admin.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/jflow-web/src/main/webapp/DataUser/AppCoder/FlowDesignerWelcome.htm b/jflow-web/src/main/webapp/DataUser/AppCoder/FlowDesignerWelcome.htm index dcd729da..bddfb334 100644 --- a/jflow-web/src/main/webapp/DataUser/AppCoder/FlowDesignerWelcome.htm +++ b/jflow-web/src/main/webapp/DataUser/AppCoder/FlowDesignerWelcome.htm @@ -258,7 +258,8 @@ var OverTimeByDept_X = new Array(); var OverTimeByDept_Y = new Array(); - $("#Msg").html(" 正在加载,请稍后......"); + //$("#Msg").html(" 正在加载,请稍后......"); + $("#Msg").html(" 正在加载,请稍后......"); //获得数数量,并把数量绑定. var handler = new HttpHandler("BP.WF.HttpHandler.DataUser_AppCoder"); diff --git a/jflow-web/src/main/webapp/WF/Admin/Admin.js b/jflow-web/src/main/webapp/WF/Admin/Admin.js index 89d5ad03..34a495a0 100644 --- a/jflow-web/src/main/webapp/WF/Admin/Admin.js +++ b/jflow-web/src/main/webapp/WF/Admin/Admin.js @@ -140,7 +140,8 @@ function SetCSS() { var _html = $(obj).html(); if (obj.id.indexOf("help") != -1) { $(obj).html(""); - var div2 = "
帮助" + _html + "
"; + //var div2 = "
帮助" + _html + "
"; + var div2 = "
帮助" + _html + "
"; $($(obj).parent().find("ul").parent()[0]).append(div2) } }) -- Gitee