From 1ee9818f763b1910c24d52ebc61a715afea370bb Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 20 六月 2023 17:58:28 +0800
Subject: [PATCH] Merge branch 'LEX_chenjingwu_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_chenjingwu_dev
---
force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js b/force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js
index 81c44a0..3c58a8d 100644
--- a/force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js
+++ b/force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js
@@ -27,8 +27,8 @@
this.id = result.Id;
this.AttachmentButton();
this.dispatchEvent(new CloseActionScreenEvent());
- }).catch(() => {
-
+ }).catch(error => {
+ console.log("error"+error);
}).finally(() => {
});
@@ -47,3 +47,8 @@
this.dispatchEvent(event);
}
}
+
+// var From= function(){
+// window.open( "/apex/TenderInformationUploadPdf?id={!URLENCODE(Tender_information__c.Id)}");
+// }
+// From();
\ No newline at end of file
--
Gitblit v1.9.1