//默认第一个下拉框绑定值
if (this.moduleCombo.store.getAt(0) != undefined) {
this.moduleCombo.setValue(this.moduleCombo.store.getAt(0).get('ID'));
}
EXT学习之——EXT下拉框默认绑定第一个值
阅读 78
2022-07-01
//默认第一个下拉框绑定值
if (this.moduleCombo.store.getAt(0) != undefined) {
this.moduleCombo.setValue(this.moduleCombo.store.getAt(0).get('ID'));
}
相关推荐
精彩评论(0)