|
@@ -192,6 +192,7 @@ $(document).ready(function() {
|
|
|
const curNode = this.filingTree.nodes.find(x => x.id === curCache);
|
|
const curNode = this.filingTree.nodes.find(x => x.id === curCache);
|
|
|
if (curNode) {
|
|
if (curNode) {
|
|
|
this.setCurFiling(curNode);
|
|
this.setCurFiling(curNode);
|
|
|
|
|
+ SpreadJsObj.locateTreeNode(this.sheet, curNode.tree_id, true);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|