不要使用source: “entity”,正确代码如下
sublistObj.addField({
id: 'entity',
type: 'select',
source: -9,
label: 'Entity' })
即使用-9代替entity
不要使用source: “entity”,正确代码如下
sublistObj.addField({
id: 'entity',
type: 'select',
source: -9,
label: 'Entity' })
即使用-9代替entity
Comments