gpt4 book ai didi

extjs - 在 extjs 4 中刷新组合框数据

转载 作者:行者123 更新时间:2023-12-01 09:39:54 24 4
gpt4 key购买 nike

在 Extjs 4 中卡在组合框的刷新数据上,单击按钮尝试通过重新加载商店来重新加载组合数据 -

Ext.StoreManager.lookup('test').load();

商店正在重新加载,但数据未反射(reflect)在组合框中。

有什么办法吗?

 {
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'
}

最佳答案

我会试试
your_combo.store.load();

关于extjs - 在 extjs 4 中刷新组合框数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13175878/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com