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 @@