0
点赞
收藏
分享

微信扫一扫

EXT学习之——EXT下拉框默认绑定第一个值

后来的六六 2022-07-01 阅读 78

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

举报

相关推荐

0 条评论