Commit 3d7b83d2 by Kim Eunchul

#40365 【TECSS(Biz) webviewer 1.9】一覧画面で検索時にエラーを起こすキーワードがある

parent f69301da
......@@ -1158,7 +1158,7 @@ CONTENTSEARCH.searchEventButtonFunction = function() {
if (body == 'checked') {
searchDivision = $('#searchbox-body').val();
}
console.log('output text2: ' +searchText);
var genreId = ClientData.searchCond_genreId();
var groupId = ClientData.searchCond_groupId();
var sid = ClientData.userInfo_sid();
......
......@@ -403,7 +403,7 @@ HEADER.searchHeaderButtonFunction = function(){
{
searchDivision = $('#searchbox-body').val();
}
console.log('output text1: ' +searchText);
ClientData.searchCond_searchText(searchText);
ClientData.searchCond_searchDivision(searchDivision);
//window.location = COMMON.ScreenIds.ContentSearch;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment