用extjs4.1的写的store中的数据加载不到textfiled中,求解啊!

var store2 = Ext.create('Ext.data.Store', {
model: 'Computer',
remoteSort: true,
proxy: {
type: 'ajax',
url: 'computer/FindComByRId.do',
reader: {
type: 'json',
root: 'rcomputer'
}
}
});

    在panel中的
    items:[
                                {fieldLabel:'computertype',
                                readOnly:true,
                                name:'computertype',
                                xtype:'textfield',
                                dataIndex: 'computertype',
                                allowBlank:false
                                }
数据加载不上去

http://www.360doc.com/content/13/0327/17/1947337_274286975.shtml