From ee77be2b62907bedbcf57decddad12be83baaabb Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 19 四月 2024 17:31:05 +0800
Subject: [PATCH] 123
---
force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js b/force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js
index 288794e..8bc074b 100644
--- a/force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js
+++ b/force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js
@@ -29,11 +29,21 @@
this.LogicButton();
this.dispatchEvent(new CloseActionScreenEvent());
}
- })
+ }).catch(() => {
+
+ }).finally(() => {
+
+ });
}
- //鎷涙爣椤圭洰閫昏緫鍒犻櫎
+ //閫昏緫鍒犻櫎
LogicButton(){
window.open (`/apex/TenderDeletePagelwc?id=${this.id}`, '', 'height=350, width=600, top=200, left=350');
}
-}
\ No newline at end of file
+}
+
+
+// function IfResponse(){
+// window.open ('/apex/TenderDeletePagelwc?id={!Tender_information__c.Id}', '', 'height=350, width=600, top=200, left=350');
+// }
+// IfResponse();
\ No newline at end of file
--
Gitblit v1.9.1