浏览代码

资料归集,刷新文件总数

MaiXinRong 3 月之前
父节点
当前提交
2c295d5b84
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/public/js/file_detail.js

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

@@ -197,6 +197,7 @@ $(document).ready(function() {
                 self.dragTree.loadPostData(result);
                 self.filingTree.removeNode(node);
                 self.calcTotalFileCount();
+                self.refreshFileCountHint();
                 if (parent) {
                     const path = parent.getPath();
                     for (const p of path) {