Browse Source

Merge branch 'release/v4.8.16' of qmx/jy into hotfix/v4.8.16.1

zhangyuhan 2 years ago
parent
commit
e5f3b796a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web/staticres/js/superSearch.js

+ 1 - 1
src/web/staticres/js/superSearch.js

@@ -1524,7 +1524,7 @@ function collectClick() {
           bid: v
         })
       })
-      checkedId = arrUnique(selectDataIds)
+      checkedId = arrUnique(checkedId)
       if(leftArr.length <= rightArr.length) {
         for (key in leftArr) {
           var stra = leftArr[key];