diff --git a/src/views/modules/eam/eamProjectPartInfo.vue b/src/views/modules/eam/eamProjectPartInfo.vue index 913a40f..75722ee 100644 --- a/src/views/modules/eam/eamProjectPartInfo.vue +++ b/src/views/modules/eam/eamProjectPartInfo.vue @@ -3564,6 +3564,18 @@ import {EventBus} from "../../../main"; duration: 1500, onClose: () => {} }) + sendMailHandle(this.modalData).then(({data}) => { + if (data && data.code === 0) { + this.$message({ + message: '发送成功', + type: 'success' + }) + } else { + this.$alert(data.msg, '错误', { + confirmButtonText: '确定' + }) + } + }) } else { this.$alert(data.msg, '错误', { confirmButtonText: '确定'