From cd3f36756d181bd250c9c17bafe3f127e3175a1f Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Fri, 26 Jul 2024 10:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E7=AE=A1=E7=90=86=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=B3=BB=E7=BB=9F=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/email/components/EmailForm.vue | 38 +++++++---- .../template/email/components/EmailList.vue | 65 ++++++++++++------- src/views/dictionary/template/email/index.vue | 11 +++- .../trials-layout/components/feedBack.vue | 45 ++++++++++++- 4 files changed, 116 insertions(+), 43 deletions(-) diff --git a/src/views/dictionary/template/email/components/EmailForm.vue b/src/views/dictionary/template/email/components/EmailForm.vue index bc7b4313..317f6241 100644 --- a/src/views/dictionary/template/email/components/EmailForm.vue +++ b/src/views/dictionary/template/email/components/EmailForm.vue @@ -59,7 +59,7 @@ - + - + - + - + 生成 cron - + @@ -109,7 +109,7 @@ - + @@ -117,7 +117,7 @@ - + @@ -125,7 +125,7 @@ - + @@ -139,7 +139,7 @@ - + @@ -147,7 +147,7 @@ - + - + { if (!valid) return this.loading = true + this.form.IsSystemLevel = this.IsSystemLevel; addOrUpdateEmailNoticeConfigList(this.form).then(res => { this.loading = false this.$emit('closeDialog') diff --git a/src/views/dictionary/template/email/components/EmailList.vue b/src/views/dictionary/template/email/components/EmailList.vue index dd5e7f2b..e4fcd655 100644 --- a/src/views/dictionary/template/email/components/EmailList.vue +++ b/src/views/dictionary/template/email/components/EmailList.vue @@ -1,25 +1,25 @@