Browse Source

资料归集、阶段进度,记住选择的参考文件

MaiXinRong 5 months ago
parent
commit
723b5b8a22
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/public/js/file_detail.js
  2. 1 1
      app/public/js/sp_progress.js

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

@@ -1725,7 +1725,7 @@ $(document).ready(function() {
                                 colWidth: true,
                             },
                         },
-                        page: 'ledger',
+                        page: 'file',
                     });
                 }
                 fileReference.spread.refresh();

+ 1 - 1
app/public/js/sp_progress.js

@@ -557,7 +557,7 @@ $(document).ready(() => {
                                 colWidth: true,
                             },
                         },
-                        page: 'ledger',
+                        page: 'sp_progress',
                     });
                 }
                 fileReference.spread.refresh();