|
@@ -138,7 +138,8 @@ const sendEmail = () => {
|
|
|
const html = editorRef.value.getHtml()
|
|
const html = editorRef.value.getHtml()
|
|
|
const text = editorRef.value.getText()
|
|
const text = editorRef.value.getText()
|
|
|
$api
|
|
$api
|
|
|
- .bookingSendEmail({
|
|
|
|
|
|
|
+ .sendEmailApi({
|
|
|
|
|
+ action: 'ocean_booking',
|
|
|
email: emailData.value.email,
|
|
email: emailData.value.email,
|
|
|
communication_cc: emailData.value.ccEmail,
|
|
communication_cc: emailData.value.ccEmail,
|
|
|
serial_no: emailData.value.serial_no,
|
|
serial_no: emailData.value.serial_no,
|