Explorar el Código

feat: 资料管理 分类刷新后维持之前的选中态

caipin hace 2 días
padre
commit
2115b392ea
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/public/js/filesjs.js

+ 1 - 0
app/public/js/filesjs.js

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