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"/>