From abeb7143bb1326fb922e49cdb4a90ed4e9a3f2af Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 11 五月 2023 16:05:27 +0800
Subject: [PATCH] Merge branch 'LEX_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_dev
---
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