|
@@ -499,7 +499,7 @@ let rptArchiveObj = {
|
|
|
let picAmt = picCells.length, picCnt = 0;
|
|
|
let exceptionAmt = 0;
|
|
|
for (let idx = 0; idx < picCells.length; idx++) {
|
|
|
- let dCell = picKeys[idx];
|
|
|
+ let dCell = picCells[idx];
|
|
|
getBlob(picKeys[idx]).then(blob => {
|
|
|
if (blob === 'not found!') {
|
|
|
exceptionAmt++;
|