//默认第一个下拉框绑定值
if (this.moduleCombo.store.getAt(0) != undefined) {
this.moduleCombo.setValue(this.moduleCombo.store.getAt(0).get('ID'));
}

相关文章:

  • 2022-12-23
  • 2022-01-13
  • 2021-08-18
  • 2021-06-29
  • 2022-12-23
  • 2022-02-22
  • 2022-12-23
  • 2022-03-08
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
相关资源
相似解决方案