force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js
@@ -27,14 +27,10 @@ this.id = result.Id; this.AttachmentButton(); this.dispatchEvent(new CloseActionScreenEvent()); }).catch(() => { }).finally(() => { }); }) } //查看附件 //招标项目查看附件 AttachmentButton(){ window.open(`/apex/TenderInformationUploadPdf?id=${this.id}`); }