소스 검색

归档merge的bug

TonyKang 3 년 전
부모
커밋
e2a3714134
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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++;