日期:2014-05-16 浏览次数:20411 次
{
xtype : 'combo',
name : 'startDeptId',
id : 'startDeptId',//改为startDeptId_id
store : startDeptStore,
valueField : 'startDeptId',
displayField : 'startDeptName',
typeAhead : true,
triggerAction : 'all',
hiddenName : 'startDeptId',
//lazyRender : true,
width : 120,
emptyText : '请选择'
}