|
|
@ -219,7 +219,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, { |
|
|
|
|
|
|
|
|
|
|
|
_getJoinValue: function () { |
|
|
|
_getJoinValue: function () { |
|
|
|
if (!this.nodes) { |
|
|
|
if (!this.nodes) { |
|
|
|
return {}; |
|
|
|
return this.options.paras.selectedValues || {}; |
|
|
|
} |
|
|
|
} |
|
|
|
var checkedValues = this._getSelectedValues(); |
|
|
|
var checkedValues = this._getSelectedValues(); |
|
|
|
if (BI.isEmpty(checkedValues)) { |
|
|
|
if (BI.isEmpty(checkedValues)) { |
|
|
|