From 5524860fa72aa2a26be5a4624bee6ce1c7f9ef3e Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 12 四月 2024 11:50:34 +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