laiguoran 4 年 前
コミット
ea8eec36fd
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/public/report/js/rpt_archive.js

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

@@ -128,7 +128,7 @@ let rptArchiveObj = {
             try {
                 if (can_netcasign) {
                     const msgSign = _.find(ARCHIVE_ENCRYPTION_LIST, {rpt_id: me.currentNode.ID});
-                    console.log(current_stage_id, msgSign);
+                    console.log(current_stage_id, msgSign, me.currentArchiveUuid);
                     me.currentEncryptionList = msgSign;
                     const uSignLogList = _.filter(signLogList, { uuid: me.currentArchiveUuid });
                     let html = '';