Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.4.1^2
zouap 3 years ago
parent
commit
90231a3436
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/home/search.js

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

@@ -166,7 +166,7 @@ function initDiv(isSearchLabel=false){
}

function doSpcifySearch(tableName,keyword,sortBy="",ascending="false"){
initDiv(true);
initDiv(false);
document.getElementById("find_id").innerHTML=getLabel(isZh,"search_finded");
currentSearchKeyword = keyword;
initPageInfo();


Loading…
Cancel
Save