|
@@ -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)) {
|