From 19785bd2665afa75e51365b31f08043058daf420 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 19 Jun 2025 13:13:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E6=A8=A1=E6=9D=BF=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E9=98=85=E7=89=87=E6=A0=87=E5=87=86=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dictionary/template/email/components/EmailForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/dictionary/template/email/components/EmailForm.vue b/src/views/dictionary/template/email/components/EmailForm.vue index 549b1312..d9fa3f81 100644 --- a/src/views/dictionary/template/email/components/EmailForm.vue +++ b/src/views/dictionary/template/email/components/EmailForm.vue @@ -127,7 +127,7 @@ - + @@ -271,6 +271,7 @@ export default { IsAutoSend: true, CriterionTypeEnum: null, EmailDelaySeconds: null, + CriterionTypeList: [] }, rules: { Code: [{ required: true, message: this.$t('common:ruleMessage:select'), trigger: ['blur'] }],