b is undefined 第9行

在以下这种情况下会导致这种错误。定义了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 行)

ext-all.js (第 9 行)

你可能感兴趣的:(ext)