123
chenjingwu
2024-04-11 e3b88ea633581d0797f13de98a676a36c274bd50
force-app/main/default/lwc/lexTenderingUsedAttachmentButton/lexTenderingUsedAttachmentButton.js
@@ -27,10 +27,14 @@
            this.id = result.Id;
            this.AttachmentButton();
            this.dispatchEvent(new CloseActionScreenEvent());
        })
        }).catch(error => {
            console.log("error"+error);
        }).finally(() => {
        });
    }
    
    //招标项目 查看附件(旧)
    //查看附件(旧)
    AttachmentButton(){
        window.open(`/apex/QLMAttachmentPreview?parentId=${this.id}`);
    }
@@ -41,6 +45,10 @@
            variant: type
        });
        this.dispatchEvent(event);
        this.dispatchEvent(new CloseActionScreenEvent());
    }
}
// var From= function(){
//     window.open( "/apex/QLMAttachmentPreview?parentId={!URLENCODE(Tender_information__c.Id)}");
//     }
//     From();