Extjs4 中store取值问题,涉及combobox

2025-05-17 17:03:32
推荐回答(1个)
回答1:

var records=myStore.findRecord("id", this.getValue()).getData();
alert(records.age)