* commit 'ede698798d9c46b960bcfe01771796a7f8d92ff0': JSY-21914 fix: 处理报错
@ -152,7 +152,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
},
getValue: function () {
var value = this.popup.getValue();
var value = this.combo.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);