From 3621e0c60fc46bc05cdd0bb91b05ed8e1d77303e Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 16:54:50 +0800
Subject: [PATCH] 1234

---
 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