Browse Source

提交代码,重定向

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

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

@@ -1283,6 +1283,7 @@ var zhCN={
document.onreadystatechange = function() {
if (document.readyState === "complete") {
var tmpSearchLabel = sessionStorage.getItem("searchLabel");
console.log("tmpSearchLabel=" + tmpSearchLabel);
if(tmpSearchLabel){
console.log("search label....");
doSearchLabel(sessionStorage.getItem("tableName"),sessionStorage.getItem("keyword"),sessionStorage.getItem("sortBy"),sessionStorage.getItem("ascending"))


Loading…
Cancel
Save