listeners:{select:{fn:function(combo, value) {
var attribute = Ext.getCmp('attributes');
var feature = Ext.getCmp('features');
var store = Ext.getStore('product.CategoryAttributeComboBox');
attribute.setValue('');
attribute.setDisabled(false);
attribute.store.load({
params: {id: 5}
});
}}}
上記は、2番目のコンボボックスにデータをロードするためのコードですが、最初のコンボをクリックしても、2番目のコンボにデータが読み込まれず、もう一度1番目のコンボを選択すると、2番目のコンボにデータがロードされます。実際に何が起こっているのかわかりません。コードを使用します。ローカルまたはリモートの「モード」機能で何かが発生しますか。モードをローカルに設定しました。