卡在 Extjs 4 中的组合框刷新数据上,单击按钮尝试通过重新加载存储重新加载组合数据 -
Ext.StoreManager.lookup('test').load();
商店正在重新加载,但数据未反映在组合框上。
有什么办法吗?
{
xtype : 'combo'
,fieldLabel : 'Default Role'
,name : 'org_default_role'
,store : Ext.create('ASA.store.Roles')
,displayField : 'role_rolename'
,valueField : 'role_id'
,queryMode : 'local'
,labelWidth : 100
,width : 241
,triggerAction : 'all'
}