修复基础协议单引号查询时报错,替换后台的like查询方法

This commit is contained in:
wangxin
2018-09-13 11:21:47 +08:00
parent e567f0b52e
commit 29bda3161e
2 changed files with 12 additions and 12 deletions

View File

@@ -100,7 +100,7 @@
//条件回传
$("#seltype").find("option[value=${searchType==null?11:searchType}]").attr("selected",true);
$("#intype").attr("name",$("#seltype").find("option:selected").val());
$("#intype").val('${searchContent}');
$("#intype").val("${searchContent}");
//筛选功能初始化
filterActionInit();
$("#seltype").change(function(){