更新 'SrcJyPublic.js'

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

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

Loading…
Cancel
Save