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