首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

Extjs错误:Uncaught TypeError: Cannot read property 'internalId' of undef

2013-09-24 
Extjs异常:Uncaught TypeError: Cannot read property 'internalId' of undefined我在开发中碰

Extjs异常:Uncaught TypeError: Cannot read property 'internalId' of undefined
我在开发中碰到这样一个问题:
一个tree,我后台给它传的json中包含id的话,在对树的一些应用到id的操作时就会碰到这样的异常:Uncaught TypeError: Cannot read property 'internalId' of undefined 。如果不传id就正常了,但是某些和id相关的操作就做不了,或者很麻烦。

热点排行