|
|
@ -574,6 +574,7 @@ function selectSource() { |
|
|
|
hint: "源关键字筛选,右边切换分组", |
|
|
|
hint: "源关键字筛选,右边切换分组", |
|
|
|
title: sourceListGroup, |
|
|
|
title: sourceListGroup, |
|
|
|
onChange(s, manage) { |
|
|
|
onChange(s, manage) { |
|
|
|
|
|
|
|
putMyVar("sourceListFilter", s); |
|
|
|
tmpList = sourceList.filter(x => x.name.toLowerCase().includes(s.toLowerCase())); |
|
|
|
tmpList = sourceList.filter(x => x.name.toLowerCase().includes(s.toLowerCase())); |
|
|
|
let flist = getnames(tmpList).names; |
|
|
|
let flist = getnames(tmpList).names; |
|
|
|
manage.list.length = 0; |
|
|
|
manage.list.length = 0; |
|
|
@ -582,7 +583,7 @@ function selectSource() { |
|
|
|
}); |
|
|
|
}); |
|
|
|
manage.change(); |
|
|
|
manage.change(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
defaultValue: "", |
|
|
|
defaultValue: getMyVar("sourceListFilter", ""), |
|
|
|
click(s, manage) { |
|
|
|
click(s, manage) { |
|
|
|
let groupnames = getJiekouGroups(sourceAllList); |
|
|
|
let groupnames = getJiekouGroups(sourceAllList); |
|
|
|
let tags = getJkTags(sourceAllList); |
|
|
|
let tags = getJkTags(sourceAllList); |
|
|
|