@@ -61,6 +61,10 @@ class billsTree {
return children;
};
+ getNodeSerialNo(node) {
+ return this.nodes.indexOf(node);
+ }
+
/**
* 树结构根据显示排序
*/