【fix:bug】- 发布二次提醒是否发邮件,确认发送 和 不发送 换位置
This commit is contained in:
@@ -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)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user