Browse Source

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

* commit 'ce63db7e24d446aa6fad9db3ca7c21ac32cd2769':
  无JIRA fix: 修复text_value_combo 下拉框未创建时setValue场景
master
superman 2 years ago
parent
commit
4c7f445cfa
  1. 1
      src/case/combo/textvaluecombo/combo.textvalue.js

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

@ -76,7 +76,6 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
type: "bi.text_value_combo_popup",
ref: ref => this.popup = ref,
chooseType: o.chooseType,
value: o.value,
items: o.items,
listeners: [
{

Loading…
Cancel
Save