Browse Source

Merge pull request #172954 in DEC/fineui from master to feature/x

* commit '365fc0edd1d5777c00ebe445dda9e18b9a646e4b':
  chore: 优化代码
master
superman 2 years ago
parent
commit
6ddb05f218
  1. 2
      src/case/combo/textvaluecombo/combo.textvalue.js

2
src/case/combo/textvaluecombo/combo.textvalue.js

@ -116,7 +116,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
}, {
eventName: BI.Combo.EVENT_AFTER_HIDEVIEW,
action: (...args) => {
if (changeTag) {
if (o.chooseType !== BI.ButtonGroup.CHOOSE_TYPE_SINGLE && changeTag) {
this.fireEvent(BI.TextValueCombo.EVENT_CHANGE, ...args);
}
}

Loading…
Cancel
Save