【fix:bug】- 发布二次提醒是否发邮件,确认发送 和 不发送 换位置

This commit is contained in:
fengchenchen
2024-08-20 10:38:22 +08:00
parent 1922dbd026
commit c76b7e40e3
2 changed files with 6 additions and 6 deletions
@@ -426,9 +426,9 @@ export default {
if(this.needMail) { if(this.needMail) {
this.$confirm({ this.$confirm({
title: '消息确认', title: '消息确认',
content: '确认要向选择的成员发送邮件吗?', content: '要向选择的成员发送邮件吗?',
cancelText: '发送', cancelText: '确认发送',
okText: '确认发送', okText: '发送',
onOk: function () { onOk: function () {
callbackFunc(1) callbackFunc(1)
}, },
@@ -443,9 +443,9 @@ export default {
if(this.needMail) { if(this.needMail) {
this.$confirm({ this.$confirm({
title: '消息确认', title: '消息确认',
content: '确认要向选择的成员发送邮件吗?', content: '要向选择的成员发送邮件吗?',
cancelText: '发送', cancelText: '确认发送',
okText: '确认发送', okText: '发送',
onOk: function () { onOk: function () {
callbackFunc(1) callbackFunc(1)
}, },