更新 'SrcJyPublic.js'

master
src48597962 9 months ago
parent f87b600e86
commit cf13760018
  1. 9
      SrcJyPublic.js

@ -214,11 +214,14 @@ function selectSource() {
click(a) {
inputBox.setTitle(a);
inputBox.setDefaultValue("");
sourceList = getGroupLists(sourceAllList, a);
names = sourceList.map((v,i) => {
tmpList = getGroupLists(sourceAllList, a);
names = tmpList.map((v,i) => {
return v.name;
});
manage.list = names;
manage.list.length = 0;
names.forEach(x => {
manage.list.push(x);
});
manage.change();
}
});

Loading…
Cancel
Save