|
@@ -192,7 +192,9 @@ export default {
|
|
|
mailTitle: this.formData.subject,
|
|
|
mailContent: this.formData.content,
|
|
|
fileContent: this.formData.fileContent,
|
|
|
- fileContentStr: ''
|
|
|
+ fileContentStr: '',
|
|
|
+ sendCc: this.formData.cc,
|
|
|
+ sendBcc: this.formData.bcc
|
|
|
}
|
|
|
if (fileContentStrList.indexOf(this.formData.fileType) !== -1) {
|
|
|
param.fileContent = null
|