Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有产品编辑表单,带有组合框字段定义:
xtype: 'combo', fieldLabel: _('Supplier'), hideTrigger: true, displayField: 'company', valueField: 'id', name: 'supplier', store: 'Supplier',
当表单加载时,我使用标准功能:form.loadRecord(record),在组合中我看到供应商 ID ??? 如果我做选择,有公司。那会发生什么?
这很可能是时机。你什么时候加载你的Supplier商店?是自动的吗?然后很可能它是在你调用之后加载的loadRecord。
Supplier
loadRecord