如何刷新树商店?
我试图这样做:
Ext.getStore('myStore').setRootNode({child: []});
然后商店会要求服务器生孩子,但有时它会给我一个双倍的孩子。在我的树中,我得到类似的东西:
child1
child2
child1
还有一个javascript错误:
Uncaught TypeError: Cannot read property 'internalId' of undefined
Ext.define.updateIndexes ext-all-debug.js:61588
Ext.define.onAdd ext-all-debug.js:61513
Base.implement.callParent ext-all-debug.js:3728
这是一个错误还是我做错了什么?