|
@@ -31,7 +31,7 @@
|
|
|
//几个参数需要注意一下
|
|
|
type: "get",//方法类型
|
|
|
dataType:"json",
|
|
|
- url: "${ctx}/product/keywordFrequency/getSeacherFrom" ,//url
|
|
|
+ url: "${ctx}/product/keywordFrequency/getSeacherFrom?trueStatus=1" ,//url
|
|
|
success: function (data) {
|
|
|
$('#search').get(0).options.length = 0;
|
|
|
$('#search').append('<option value="" aria-selected="true">请选择</option>');
|