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);