123
chenjingwu
2024-04-11 1a1303f4f3c933dcfb67df7f1f630159e6ee0740
force-app/main/default/lwc/lexTenderingAttachmentButton/lexTenderingAttachmentButton.js
@@ -27,8 +27,8 @@
            this.id = result.Id;
            this.AttachmentButton();
            this.dispatchEvent(new CloseActionScreenEvent());
        }).catch(() => {
        }).catch(error => {
            console.log("error"+error);
        }).finally(() => {
            
        });        
@@ -47,3 +47,8 @@
        this.dispatchEvent(event);
    }
}
// var From= function(){
//     window.open( "/apex/TenderInformationUploadPdf?id={!URLENCODE(Tender_information__c.Id)}");
//     }
//     From();