force-app/main/default/lwc/lexCreateNotesEmail/lexCreateNotesEmail.js
@@ -1,3 +1,11 @@ /* * @Description: * @version: * @Author: chen jing wu * @Date: 2023-03-27 13:53:40 * @LastEditors: chen jing wu * @LastEditTime: 2023-04-10 14:22:27 */ import { api, wire,LightningElement } from 'lwc'; import { CurrentPageReference } from "lightning/navigation"; import { CloseActionScreenEvent } from 'lightning/actions'; @@ -33,6 +41,7 @@ } } } connectedCallback(){ @@ -84,6 +93,5 @@ +"%0D%0A" + "连接:" + this.drSumUrl +"%0D%0A").substring(0,320).split("<br>").join("%0D%0A"); } }