store: new Ext.data.Store({ fields: ['name','number'], autoLoad:true,//定义store自动加载,或者在外部定义store在combo显示之前加载 proxy : { type : 'ajax', actionMethods : 'post', url : '${ctx}/admin/getLineList.do', reader:{ type:'json', root:'list', totalProperty: 'total' } } })
浙公网安备 33010602011771号