|
|
@@ -68,6 +68,7 @@
|
|
|
id: this.restoreData.id,
|
|
|
droppedImages
|
|
|
});
|
|
|
+ this.showEditFlag = false;
|
|
|
// uploadFileNew({
|
|
|
// module: 'fm',
|
|
|
// multiPartFile: pdfFile
|
|
|
@@ -110,7 +111,7 @@
|
|
|
`src="${window.location.origin}$1"`
|
|
|
),
|
|
|
{
|
|
|
- droppedImages:row.droppedImages||''
|
|
|
+ droppedImages: row.droppedImages || ''
|
|
|
}
|
|
|
);
|
|
|
};
|