From c76b7e40e35ef446c00b0a18609b2adf4fd264ed Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 20 Aug 2024 10:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix:bug=E3=80=91-=20=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E6=8F=90=E9=86=92=E6=98=AF=E5=90=A6=E5=8F=91?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=EF=BC=8C=E7=A1=AE=E8=AE=A4=E5=8F=91=E9=80=81?= =?UTF-8?q?=20=E5=92=8C=20=E4=B8=8D=E5=8F=91=E9=80=81=20=E6=8D=A2=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectManagement/modules/PublishRemindModal.vue | 6 +++--- .../projectManagement/modules/WorkGroupDistributeModule.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/projectManagement/modules/PublishRemindModal.vue b/src/views/projectManagement/modules/PublishRemindModal.vue index c7c11a6..b877a57 100644 --- a/src/views/projectManagement/modules/PublishRemindModal.vue +++ b/src/views/projectManagement/modules/PublishRemindModal.vue @@ -426,9 +426,9 @@ export default { if(this.needMail) { this.$confirm({ title: '消息确认', - content: '确认要向选择的成员发送邮件吗?', - cancelText: '不发送', - okText: '确认发送', + content: '要向选择的成员发送邮件吗?', + cancelText: '确认发送', + okText: '不发送', onOk: function () { callbackFunc(1) }, diff --git a/src/views/projectManagement/modules/WorkGroupDistributeModule.vue b/src/views/projectManagement/modules/WorkGroupDistributeModule.vue index 01b045d..8bf7a93 100644 --- a/src/views/projectManagement/modules/WorkGroupDistributeModule.vue +++ b/src/views/projectManagement/modules/WorkGroupDistributeModule.vue @@ -443,9 +443,9 @@ export default { if(this.needMail) { this.$confirm({ title: '消息确认', - content: '确认要向选择的成员发送邮件吗?', - cancelText: '不发送', - okText: '确认发送', + content: '要向选择的成员发送邮件吗?', + cancelText: '确认发送', + okText: '不发送', onOk: function () { callbackFunc(1) },