Uncaught TypeError: Cannot read property 'processed' of undefined

ext Ext.grid.Panel  始终报错,找了半天,结果原因锁定为

{
                    text : "产品zz",
                    dataIndex : 'materialsource.materialBatchId',
                    sortable : true,
                    width:30
                                     
                },, {
                    text : "xx",
                    dataIndex : 'materialsource.teatreeinfo',
                    width:35
                    //sortable : true
                                        
                }如


多了一个","号

你可能感兴趣的:(java,undefined,of,'processed')