在以下这种情况下会导致这种错误。定义了autoLoad:true 但是没有定义url如:
var store = new Ext.data.JsonStore({
totalProperty : "total",
//url : 'afficheOperate.do?action=getMyAffiche',
pruneModifiedRecords : true,
// rpcfn : jsonrpc.DZZ.getDzzUnit,
// paramMap:['dzzId'],
autoLoad : true,
root : 'list',
fields : ['annoId','name', 'state','isTop','sortId','className']
})
它会提示: b is undefined
ext-base.js (第 1 行)
198

被折叠的 条评论
为什么被折叠?



