87,991
社区成员
发帖
与我相关
我的任务
分享
Ext.define('SMS.store.ggcx.znxxs', {
extend: 'Ext.data.Store',
model: 'SMS.model.ggcx.jslhxx',
fields: [
{ name: 'znxm', mapping: 'znxx.znxm', type: 'string' },
{ name: 'znxbdm', mapping: 'znxx.znxbdm', type: 'string' },
{ name: 'zncsdate', mapping: 'znxx.zncsdate', type: 'string' },
{ name: 'znxygxdm', mapping: 'znxx.znxygxdm', type: 'string' }
],
pageSize: 15,
autoLoad: false,
autoSync: true,
proxy: {
type: 'ajax',
// method:'POST',
api: {
read: 'ggcx/hsjslhxxs/hsjslhxxs/list.do'
},
reader: {
type: 'json',
root: 'hsjslhxxs.znxx ',
successProperty: 'success',
totalProperty: 'total',
record: 'znxx'
}
}
});