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'); } } } // function IfResponse(){ // window.open ('/apex/TenderDeletePagelwc?id={!Tender_information__c.Id}', '', 'height=350, width=600, top=200, left=350'); // } // IfResponse();