Browse Source

增加缺少的字段

liyuan 1 month ago
parent
commit
175116fdf4

+ 3 - 1
src/views/iosBasicData/SeafreightExportF/bills/assembly/mail-component.vue

@@ -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