Răsfoiți Sursa

fix: 上传后隐藏编辑标志1

yusheng 1 lună în urmă
părinte
comite
aac80ebb32
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      src/components/addDoc/sealManagement.vue

+ 2 - 1
src/components/addDoc/sealManagement.vue

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