@ -52,7 +52,6 @@ public class UIComboBoxWithNone extends UIComboBox {
//改正:找不到的且anObject不是null的 全部选中无。
//改正:找不到的且anObject不是null的且anObject不是空字符串的 全部选中无。
if (getSelectedIndex() == -1 && StringUtils.isNotEmpty(GeneralUtils.objectToString(anObject))) {
//进到if的anObject一定是某个国际化环境下的无
super.setSelectedItem(getDefaultLocaleString());
}