|
|
|
@ -40,12 +40,7 @@ BI.AbstractTreeValueChooser = BI.inherit(BI.Widget, {
|
|
|
|
|
call(); |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
// 同步状态下,重新计算合并selectedValues
|
|
|
|
|
self._reqAdjustTreeNode(options, function (joinedValue) { |
|
|
|
|
options.selectedValues = joinedValue; |
|
|
|
|
|
|
|
|
|
call(); |
|
|
|
|
}); |
|
|
|
|
call(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function call() { |
|
|
|
|