Refresh zTree
If you have no special need, try not to use this method. If you refresh single node, please use updateNode() method. If you refresh child nodes in dynamic mode, please use the reAsyncChildNodes() method.
Please use zTree object to executing the method.
no return value
var treeObj = $.fn.zTree.getZTreeObj("tree");
treeObj.refresh();