Browse Source

Pull request #3069: 无JIRA任务 chore: 优化代码

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit '784b2400215859ac2458ffe86934bc842acdcd54':
  chore: 优化代码
es6
guy-王川 2 years ago
parent
commit
365fc0edd1
  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