From fdef1f682351a5311fe96c5f0f1770a9623b985f Mon Sep 17 00:00:00 2001
From: zhangzhengmei <zhangzhengmei@prec-tech.com>
Date: 星期一, 17 四月 2023 16:42:16 +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