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