From 44ea7d6ca210950cd2460a2edca2ccb157bf45df Mon Sep 17 00:00:00 2001 From: duandongmei Date: Mon, 21 Jan 2019 09:17:44 +0000 Subject: [PATCH] =?UTF-8?q?//=E4=BF=AE=E6=94=B9html=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E8=BD=AC=E6=8D=A2=E6=96=B9=E6=B3=95=E5=90=8D?= =?UTF-8?q?=20escapIntypeHtml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit b5d1b281a06959b1f1e32696c5c3c20e2d548b32) --- src/main/webapp/static/global/scripts/jeesite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/global/scripts/jeesite.js b/src/main/webapp/static/global/scripts/jeesite.js index 42ef1bc72..fc3eb4719 100644 --- a/src/main/webapp/static/global/scripts/jeesite.js +++ b/src/main/webapp/static/global/scripts/jeesite.js @@ -323,7 +323,7 @@ function filterActionInit() { }); } /*******配置界面中下拉选择检索条件,js使用el表达式赋值时存在html特殊字符未转换问题*********/ -function escapeIntypeHtml(){ +function escapIntypeHtml(){ //首先使用html()方法将检索内容特殊字符转换,再次使用text()将转换后的正常字符串赋值给intype $("#intype").val($("#intype").html($("#intype").val()).text()); $("#intype").html('');