Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1837/head
zouap 3 years ago
parent
commit
b4deb06207
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/home/search.js

+ 1
- 1
public/home/search.js View File

@@ -124,7 +124,7 @@ function search(){
$('#searchForm').addClass("hiddenSearch");
initPageInfo();
if(!isEmpty(currentSearchKeyword)){
doSpcifySearch("repository",currentSearchKeyword,sortBy[10],"false")
doSpcifySearch(currentSearchTableName,currentSearchKeyword,sortBy[10],"false");
}else{
initDiv(false);
document.getElementById("find_id").innerHTML=getLabel(isZh,"search_empty");


Loading…
Cancel
Save