【fix:bug】-分标委和理事会 发布的时候增加邮箱提示的判断
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user