var tempNode = treeObj.getNodeByParam("id", tempId, null);这个js里面的方法在F12里面告诉我Uncaught TypeError: Cannot read property 'getNodeByParam' of null
也不知道为什么说没有找到
treeObj上没有getNodeByParam,打印下treeObj看看先
引入js了吗?确定引入的路径对吗?会不会是不是先调用的方法后引入的js?