|
@@ -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 = '';
|