//修改html特殊字符转换方法名

escapIntypeHtml
This commit is contained in:
duandongmei
2019-01-21 15:17:44 +06:00
parent a1f8e1779a
commit b5d1b281a0

View File

@@ -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('');