fix: 保存发送邮件 字段名称错误

main
Lei OT 3 months ago
parent e5281be550
commit 6d5e037f3f

@ -509,7 +509,8 @@ const NewEmail = () => {
body.mailcontent = isRichText ? EmailBuilder({ subject: values.subject, content: htmlContent }) : textContent
body.cc = values.cc || ''
body.bcc = values.bcc || ''
body.bcc = values.mailtype || ''
body.mailtype = values.mailtype || ''
body.order_mail_type = values.mailtype || ''
setSendLoading(!isDraft)
notification.open({
key: editorKey,

Loading…
Cancel
Save