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