From d654ccb7911c07ff8b31f918708767aa5e8d3238 Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Thu, 2 Sep 2021 18:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=8F=90=E7=A4=BA=E8=AF=AD?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi/planweek/index.vue | 2 +- ruoyi-ui/src/views/benyi/thememonthplan/index.vue | 2 +- ruoyi-ui/src/views/benyi/themetermplan/index.vue | 2 +- ruoyi-ui/src/views/benyi/themeweekplan/index.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/planweek/index.vue b/ruoyi-ui/src/views/benyi/planweek/index.vue index c6135e4f7..37c2466ee 100644 --- a/ruoyi-ui/src/views/benyi/planweek/index.vue +++ b/ruoyi-ui/src/views/benyi/planweek/index.vue @@ -643,7 +643,7 @@ export default { } else { addPlanweek(this.form).then((response) => { if (response.code === 200) { - this.msgSuccess("保存成功,记得去<活动>按钮设置每天活动。"); + this.msgSuccess("新增成功,记得去<活动>按钮设置每天活动。"); this.open = false; this.getList(); } diff --git a/ruoyi-ui/src/views/benyi/thememonthplan/index.vue b/ruoyi-ui/src/views/benyi/thememonthplan/index.vue index 173434879..6830aac6c 100644 --- a/ruoyi-ui/src/views/benyi/thememonthplan/index.vue +++ b/ruoyi-ui/src/views/benyi/thememonthplan/index.vue @@ -544,7 +544,7 @@ export default { } else { addMonthplan(this.form).then((response) => { if (response.code === 200) { - this.msgSuccess("新增成功"); + this.msgSuccess("新增成功,记得点击<设置>每周的活动。"); this.open = false; this.getList(); } diff --git a/ruoyi-ui/src/views/benyi/themetermplan/index.vue b/ruoyi-ui/src/views/benyi/themetermplan/index.vue index c7b7697f0..985d057ec 100644 --- a/ruoyi-ui/src/views/benyi/themetermplan/index.vue +++ b/ruoyi-ui/src/views/benyi/themetermplan/index.vue @@ -464,7 +464,7 @@ export default { } else { addTermplan(this.form).then((response) => { if (response.code === 200) { - this.msgSuccess("新增成功"); + this.msgSuccess("新增成功,记得点击<设置>每月的主题。"); this.open = false; this.getList(); } diff --git a/ruoyi-ui/src/views/benyi/themeweekplan/index.vue b/ruoyi-ui/src/views/benyi/themeweekplan/index.vue index 7489c7ad3..44c8c0035 100644 --- a/ruoyi-ui/src/views/benyi/themeweekplan/index.vue +++ b/ruoyi-ui/src/views/benyi/themeweekplan/index.vue @@ -499,7 +499,7 @@ export default { } else { addWeekplan(this.form).then((response) => { if (response.code === 200) { - this.msgSuccess("新增成功"); + this.msgSuccess("新增成功,记得点击<设置>每天的活动。"); this.open = false; this.getList(); }