瀏覽代碼

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

yusheng 2 月之前
父節點
當前提交
aac80ebb32
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 || ''
               }
             );
           };