ellisran 10 месяцев назад
Родитель
Сommit
2052cae715
1 измененных файлов с 1 добавлено и 0 удалено
  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)) {