소스 검색

code sync

TonyKang 3 년 전
부모
커밋
ea222abefc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/public/report/js/rpt_archive.js

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

@@ -473,7 +473,7 @@ let rptArchiveObj = {
                         picCnt++;
                         let base64 = e.target.result;
                         // console.log("方式一》》》》》》》》》", base64)
-                        picCells.pic = base64;
+                        picCells[idx].pic = base64;
                         if (picCnt === picAmt) {
                             $.bootstrapLoading.end();
                             rptArchiveObj._archiveCurrentReport(currentRptPageRst, currentNode);