0

我有产品编辑表单,带有组合框字段定义:

 xtype: 'combo',
 fieldLabel: _('Supplier'),
 hideTrigger: true,
 displayField: 'company',
 valueField: 'id',
 name: 'supplier',
 store: 'Supplier',

当表单加载时,我使用标准功能:form.loadRecord(record),在组合中我看到供应商 ID ??? 如果我做选择,有公司。那会发生什么?

4

1 回答 1

0

这很可能是时机。你什么时候加载你的Supplier商店?是自动的吗?然后很可能它是在你调用之后加载的loadRecord

于 2012-04-24T10:12:54.910 回答