From 9b3087bed621e2ea8159e0eb7c87d5bd9ca2d8d9 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Mon, 31 Jul 2023 19:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix:bug=E3=80=91-=E5=88=86=E6=A0=87?= =?UTF-8?q?=E5=A7=94=E5=92=8C=E7=90=86=E4=BA=8B=E4=BC=9A=20=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E7=9A=84=E6=97=B6=E5=80=99=E5=A2=9E=E5=8A=A0=E9=82=AE?= =?UTF-8?q?=E7=AE=B1=E6=8F=90=E7=A4=BA=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/modules/PublishRemindModal.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/projectManagement/modules/PublishRemindModal.vue b/src/views/projectManagement/modules/PublishRemindModal.vue index 5a4d60d..bd1b67c 100644 --- a/src/views/projectManagement/modules/PublishRemindModal.vue +++ b/src/views/projectManagement/modules/PublishRemindModal.vue @@ -228,7 +228,8 @@ export default { this.visible = true // 保存选中的会议 this.selectedMetingList = [...meetingList] - + // 设置请求的模板CODE 一样的 + this.mailTemplateCode = 'QY_1_HYTZ_WORK_GROUP_CREATE' // 分标委会议需要分标标委的id if (this.$route.query.meetingType === '5') { // 分标委 @@ -248,8 +249,7 @@ export default { this.filters.workingGroupId = this.$route.query.workingGroupProjectId // 工作组 this.remindType = 1 - // 设置请求的模板CODE TODO 其他两种会议是否处理 还未确认 - this.mailTemplateCode = 'QY_1_HYTZ_WORK_GROUP_CREATE' + this.newColumns = [...this.columns] } // 发布提醒需要会议id 只有选择一个会议的时候 才会有这个参数 @@ -288,6 +288,7 @@ export default { projectType:this.remindType } let requestFun + param.sendEmailFlag = sendEmailFlag // 分标委用分标委的接口 if(this.$route.query.meetingType === '5' ){ requestFun = commitePublishRemind @@ -297,7 +298,6 @@ export default { } else { // 工作组 param.workingGroupId = this.$route.query.workingGroupProjectId - param.sendEmailFlag = sendEmailFlag requestFun = publishRemind } requestFun(param).then(res => {