From a4b8019d414735754babdefa9c339414981a91fe Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期一, 10 七月 2023 15:48:24 +0800
Subject: [PATCH] 耗材备品配套一览 分单  选择明细 取消选择明细

---
 force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js b/force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js
index 288794e..38d5fe8 100644
--- a/force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js
+++ b/force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js
@@ -18,7 +18,7 @@
          }
      }
     
-
+     //鎷涙爣椤圭洰閫昏緫鍒犻櫎
     connectedCallback(){
         init({
             recordId: this.recordId
@@ -26,14 +26,9 @@
             if (result != null) {
                 this.IsLoading = false;
                 this.id = result.Id;
-                this.LogicButton();
+                window.open (`/apex/TenderDeletePagelwc?id=${this.id}`, '', 'height=350, width=600, top=200, left=350');
                 this.dispatchEvent(new CloseActionScreenEvent());
             }
-        })        
-    }
-    
-    //鎷涙爣椤圭洰閫昏緫鍒犻櫎
-    LogicButton(){
-        window.open (`/apex/TenderDeletePagelwc?id=${this.id}`, '', 'height=350, width=600, top=200, left=350');
+        })     
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1