unknown
2023-07-06 50e96fd88845d033ab55eeb4034a17f74eee7b72
force-app/main/default/lwc/lexMailMessege/lexMailMessege.js
@@ -69,7 +69,9 @@
    // 报价附件更新的邮件通知
    mailMessege() {
        var Link = "https://ocsm--partial.sandbox.my.salesforce.com/" + this.Id;
        // var Link = "https://ocsm--partial.sandbox.my.salesforce.com/" + this.Id;
        var origin = window.location.origin + "/" + this.Id;
        location.href = 'mailto:' + this.InchargeStaffEmailC +
            '?bcc=' + this.userEmail +
@@ -83,6 +85,6 @@
            '此次报价日:' + this.RepairEstimatedDateC + '%0D%0A' +
            '%0D%0A' +
            'RC联络事项:' + this.RCInformationC + '%0D%0A' +
            '%0D%0A' + Link + '';
            '%0D%0A' + origin;
    }
}