1
chenjingwu
2024-04-11 5665e19d2670eca359c200d0aacf7d4b90f13c39
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();