From 254db78983d7b620903575b4e13d53bcd3791a28 Mon Sep 17 00:00:00 2001
From: zz <1842059105@qq.com>
Date: 星期一, 10 四月 2023 16:02:05 +0800
Subject: [PATCH] 提交 招标项目逻辑删除和反逻辑删除

---
 force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js b/force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js
index 81c44a0..c9f5295 100644
--- a/force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js
+++ b/force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js
@@ -27,14 +27,10 @@
             this.id = result.Id;
             this.AttachmentButton();
             this.dispatchEvent(new CloseActionScreenEvent());
-        }).catch(() => {
-
-        }).finally(() => {
-            
-        });        
+        })       
     }
     
-    //鏌ョ湅闄勪欢
+    //鎷涙爣椤圭洰鏌ョ湅闄勪欢
     AttachmentButton(){
         window.open(`/apex/TenderInformationUploadPdf?id=${this.id}`);
     }

--
Gitblit v1.9.1