zhangchunxu
2023-07-14 63f4c248149d330215d2da44d3f9de08fdb3c0ef
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;
    }
}