Browse Source

导入文件相关

MaiXinRong 2 years ago
parent
commit
3841adbbc9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/public/js/file_detail.js

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

@@ -207,9 +207,9 @@ $(document).ready(function() {
                 filingObj.refreshFilesTable();
                 filingObj.refreshFilesTable();
             }
             }
             if (filingObj.curFiling.source_node.filing_type === 5) {
             if (filingObj.curFiling.source_node.filing_type === 5) {
-                $('#rela-file').parent().show();
+                $('[href=#rela-file]').parent().show();
             } else {
             } else {
-                $('#rela-file').parent().hide();
+                $('[href=#rela-file]').parent().hide();
             }
             }
         }
         }
         prePage() {
         prePage() {