From 6c46a58f1566715a667700fc68761d8855cfea1b Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 24 Oct 2024 10:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E6=96=B0=E5=A2=9E=E5=BB=B6?= =?UTF-8?q?=E8=BF=9F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/email/components/EmailForm.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/dictionary/template/email/components/EmailForm.vue b/src/views/dictionary/template/email/components/EmailForm.vue index 05704515..26e09c60 100644 --- a/src/views/dictionary/template/email/components/EmailForm.vue +++ b/src/views/dictionary/template/email/components/EmailForm.vue @@ -23,6 +23,16 @@ + + + + + + @@ -329,6 +339,7 @@ export default { IsEnable: true, IsAutoSend: true, CriterionTypeEnum: null, + EmailDelaySeconds: null, }, rules: { Code: [{ required: true, message: 'Please select', trigger: ['blur'] }],