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