|
|
|
@@ -261,6 +261,9 @@ function doSearch(tableName,keyword,page,pageSize=15,onlyReturnNum=true,sortBy=" |
|
|
|
console.log("tableName=" + tableName); |
|
|
|
console.log(json); |
|
|
|
displayResult(tableName,page,json,onlyReturnNum,keyword); |
|
|
|
if(OnlySearchLabel){ |
|
|
|
sessionStorage.removeItem("searchLabel"); |
|
|
|
} |
|
|
|
}, |
|
|
|
error:function(response) { |
|
|
|
console.log(response); |
|
|
|
|