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