Browse Source

下拉框当前搜索置黑

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

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

@@ -316,8 +316,8 @@ function getTaskDesc(key){
}

function getActiveItem(sort_type){
console.log("currentSearchSortBy=" + currentSearchSortBy + " sort_type=" + sort_type);
if(currentSearchSortBy == sort_type){
console.log("currentSearchSortBy=" + currentSearchSortBy + " sort_type=" + sortBy[sort_type]);
if(currentSearchSortBy == sortBy[sort_type]){
return "active ";
}else{
return "";


Loading…
Cancel
Save