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;