|
@@ -127,7 +127,7 @@
|
|
var temp = {
|
|
var temp = {
|
|
content: map,
|
|
content: map,
|
|
authorityCase: authorityCase,
|
|
authorityCase: authorityCase,
|
|
- notSort: notSort,
|
|
|
|
|
|
+ sort: notSort ? "NOT_SORT" : null,
|
|
size: params.limit,
|
|
size: params.limit,
|
|
from: params.offset,
|
|
from: params.offset,
|
|
};
|
|
};
|
|
@@ -217,7 +217,7 @@
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|
|
- $("[name='click_menu']").click(function(){
|
|
|
|
|
|
+ $("[name='click_menu']").click(function () {
|
|
$('#search-scope').text($(this).text());
|
|
$('#search-scope').text($(this).text());
|
|
$('#search-scope').attr('enum_value', $(this).attr('enum_value'));
|
|
$('#search-scope').attr('enum_value', $(this).attr('enum_value'));
|
|
});
|
|
});
|