From 6e72825dff158fee6eab03cb1b8476c1525513cd Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Tue, 6 Aug 2024 18:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=9B=B8=E5=85=B3=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E7=BC=96=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dictionary/template/email/components/EmailForm.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/dictionary/template/email/components/EmailForm.vue b/src/views/dictionary/template/email/components/EmailForm.vue index c4460b9e..f69ffe45 100644 --- a/src/views/dictionary/template/email/components/EmailForm.vue +++ b/src/views/dictionary/template/email/components/EmailForm.vue @@ -346,7 +346,9 @@ export default { mounted() { this.initForm(); if (this.systemLevel) { - this.form.ToUserTypeList = []; + if (this.systemLevel === 1) { + this.form.ToUserTypeList = []; + } this.form.CopyUserTypeList = []; this.form.EmailUrgentEnum = "3"; this.form.IsReturnRequired = false;