Procházet zdrojové kódy

归档pdf展示问题

ellisran před 10 měsíci
rodič
revize
2052cae715
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      app/public/report/js/rpt_archive.js

+ 1 - 0
app/public/report/js/rpt_archive.js

@@ -308,6 +308,7 @@ let rptArchiveObj = {
         targetDom.innerHTML = me.currentArchiveDateStr;
         let drpDom = $("#drpArchiveSelect");
         drpDom.empty();
+        $('#iframe_made').html('<iframe src="/archive/pdf/show" class="border-0" height="100%" width="100%"></iframe>');
         if (me.currentNode && me.currentArchiveUuid && me.currentArchiveDateStr) {
             for (let aItem of ARCHIVE_LIST) {
                 if (me.currentNode.refId === parseInt(aItem.rpt_id)) {