From fcc34b26b5d0eaeb1e609a625e805b5c18d70999 Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 11 Sep 2018 15:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E6=80=A7=E8=B4=A8=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=8A=A0=E5=85=A5=E9=BB=98=E8=AE=A4=E5=80=BC0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/include/form/basicInfo.jsp | 6 +++--- src/main/webapp/WEB-INF/tags/sys/treeselect.tag | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/include/form/basicInfo.jsp b/src/main/webapp/WEB-INF/include/form/basicInfo.jsp index 0bdef9c2a..be2aaed44 100644 --- a/src/main/webapp/WEB-INF/include/form/basicInfo.jsp +++ b/src/main/webapp/WEB-INF/include/form/basicInfo.jsp @@ -36,7 +36,7 @@ - @@ -86,7 +86,7 @@ - @@ -131,7 +131,7 @@ - diff --git a/src/main/webapp/WEB-INF/tags/sys/treeselect.tag b/src/main/webapp/WEB-INF/tags/sys/treeselect.tag index db5f984de..0bc215e5d 100644 --- a/src/main/webapp/WEB-INF/tags/sys/treeselect.tag +++ b/src/main/webapp/WEB-INF/tags/sys/treeselect.tag @@ -30,7 +30,7 @@ <%@ attribute name="enableSearch" type="java.lang.Boolean" required="false" description="是否开启节点搜索功能"%>
- " data-msg-required="${dataMsgRequired}" placeholder="${empty value?labelValue:value}" + " data-msg-required="${dataMsgRequired}" placeholder="${(empty value or value eq extId)?labelValue:value}" class="${cssClass}" style="${cssStyle} background-color:transparent"/>