From f0c4f051972b316dcdb9a03f22bfd9f40f6f4464 Mon Sep 17 00:00:00 2001
From: liwentao <1376563863@qq.com>
Date: 星期二, 18 四月 2023 16:06: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