Browse Source

code sync

TonyKang 3 years atrás
parent
commit
ea222abefc
1 changed files with 1 additions and 1 deletions
  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);