From bc05da3bd2cdc894ea035020329b45a649e7e75c Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 9 Jul 2025 13:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84beetl=E7=9A=84xss=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=EF=BC=8C=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E9=9D=9Ehtml=E6=96=87=E6=9C=AC=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/views/include/sysIndex/topMenuOffice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/views/include/sysIndex/topMenuOffice.html b/modules/core/src/main/resources/views/include/sysIndex/topMenuOffice.html index fb218aca..62cc2db5 100644 --- a/modules/core/src/main/resources/views/include/sysIndex/topMenuOffice.html +++ b/modules/core/src/main/resources/views/include/sysIndex/topMenuOffice.html @@ -1,7 +1,7 @@ <% if(toBoolean(switchOffice!)){ %>
  • - ${officeName!} + ${officeName!,xss}
    <#form:treeselect id="switchOfficeSelect" title="${text('部门切换')}" allowClear="true" url="${ctx}/sys/empUser/officeListData?isShowCode=true" callbackFuncName="switchOfficeSelectCallback"