|
|
@ -204,7 +204,6 @@ function selectSource() { |
|
|
|
}, |
|
|
|
}, |
|
|
|
defaultValue: "", |
|
|
|
defaultValue: "", |
|
|
|
click(s, manage) { |
|
|
|
click(s, manage) { |
|
|
|
log(inputBox.title); |
|
|
|
|
|
|
|
let groupnames = getJiekouGroups(sourceAllList); |
|
|
|
let groupnames = getJiekouGroups(sourceAllList); |
|
|
|
//inputBox.setDefaultValue("");
|
|
|
|
//inputBox.setDefaultValue("");
|
|
|
|
//inputBox.setTitle("换分组");
|
|
|
|
//inputBox.setTitle("换分组");
|
|
|
@ -213,7 +212,7 @@ function selectSource() { |
|
|
|
options: groupnames,
|
|
|
|
options: groupnames,
|
|
|
|
columns: 2,
|
|
|
|
columns: 2,
|
|
|
|
title: "切换源分组",
|
|
|
|
title: "切换源分组",
|
|
|
|
//position: 2,
|
|
|
|
position: groupnames.indexOf(sourceName),
|
|
|
|
click(a) { |
|
|
|
click(a) { |
|
|
|
inputBox.setTitle(a); |
|
|
|
inputBox.setTitle(a); |
|
|
|
inputBox.setDefaultValue(""); |
|
|
|
inputBox.setDefaultValue(""); |
|
|
|