前端***undifine
当遇到前端某个属性是property of “xxx"undifine异常时,不要惊慌,
1、可能属性的对象为空或者有问题
2、可能写对象的格式,数据有问题。
例子:
this.grid_yssj= new Ext.grid.GridPanel({
*********
store:this.store_yssj,
*********
});
错误:store对象赋值出错。
当遇到前端某个属性是property of “xxx"undifine异常时,不要惊慌,
1、可能属性的对象为空或者有问题
2、可能写对象的格式,数据有问题。
例子:
this.grid_yssj= new Ext.grid.GridPanel({
*********
store:this.store_yssj,
*********
});
错误:store对象赋值出错。