ソースを参照

资料归集,刷新文件总数

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) {