|
@@ -639,7 +639,7 @@ let rptArchiveObj = {
|
|
|
exceptionAmt++;
|
|
|
if ((picCnt + exceptionAmt) === picAmt) {
|
|
|
$.bootstrapLoading.end();
|
|
|
- rptArchiveObj._archiveCurrentReport(currentRptPageRst, currentNode, cb);
|
|
|
+ rptArchiveObj._archiveCurrentReport(currentRptPageRst, currentNode, currentRolRel, cb);
|
|
|
}
|
|
|
} else {
|
|
|
let oFileReader = new FileReader();
|
|
@@ -655,7 +655,7 @@ let rptArchiveObj = {
|
|
|
}
|
|
|
if ((picCnt + exceptionAmt) === picAmt) {
|
|
|
$.bootstrapLoading.end();
|
|
|
- rptArchiveObj._archiveCurrentReport(currentRptPageRst, currentNode, cb);
|
|
|
+ rptArchiveObj._archiveCurrentReport(currentRptPageRst, currentNode, currentRolRel, cb);
|
|
|
}
|
|
|
};
|
|
|
oFileReader.readAsDataURL(blob);
|