update SrcJySet.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent d8d10ed6d7
commit fa27defabf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      SrcJySet.js

@ -1099,7 +1099,7 @@ function SRCSet() {
grouplist = uniq(grouplist);
for(var i in grouplist){
var lists = datalist.filter(item => {
return item.group==grouplist[i] || item.type==grouplist[i];
return item.group==grouplist[i] || !item.group&&item.type==grouplist[i];
})
d.push({
title: grouplist[i]+'('+lists.length+')',

Loading…
Cancel
Save