浏览代码

导入文件相关

MaiXinRong 2 年之前
父节点
当前提交
3841adbbc9
共有 1 个文件被更改,包括 2 次插入2 次删除
  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();
             }
             if (filingObj.curFiling.source_node.filing_type === 5) {
-                $('#rela-file').parent().show();
+                $('[href=#rela-file]').parent().show();
             } else {
-                $('#rela-file').parent().hide();
+                $('[href=#rela-file]').parent().hide();
             }
         }
         prePage() {