Explorar o código

归档merge的bug

TonyKang %!s(int64=3) %!d(string=hai) anos
pai
achega
e2a3714134
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/public/report/js/rpt_archive.js

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

@@ -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++;