From 0a53860620b0ed4afede32e2af5df5745e39097b Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Tue, 6 Aug 2024 17:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E7=AE=A1=E7=90=86=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/email/components/EmailForm.vue | 28 +++++++++---------- .../template/email/components/EmailList.vue | 24 ++++++++-------- src/views/dictionary/template/email/index.vue | 8 +++--- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/views/dictionary/template/email/components/EmailForm.vue b/src/views/dictionary/template/email/components/EmailForm.vue index 016e66af..c4460b9e 100644 --- a/src/views/dictionary/template/email/components/EmailForm.vue +++ b/src/views/dictionary/template/email/components/EmailForm.vue @@ -59,7 +59,7 @@ - + - + - + - + 生成 cron - + @@ -132,7 +132,7 @@ - + @@ -140,7 +140,7 @@ - + - + - + @@ -179,7 +179,7 @@ - + - + { if (!valid) return; this.loading = true; - this.form.IsSystemLevel = this.IsSystemLevel; + this.form.systemLevel = this.systemLevel; addOrUpdateEmailNoticeConfigList(this.form) .then((res) => { this.loading = false; diff --git a/src/views/dictionary/template/email/components/EmailList.vue b/src/views/dictionary/template/email/components/EmailList.vue index 550327e4..08815f23 100644 --- a/src/views/dictionary/template/email/components/EmailList.vue +++ b/src/views/dictionary/template/email/components/EmailList.vue @@ -2,7 +2,7 @@