From 17ad103c34f0fc20c08b520e767aeb22538c02ce Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 23 Dec 2025 14:55:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=82=AE=E4=BB=B6=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E3=80=91=E9=82=AE=E4=BB=B6=E6=97=A5=E5=BF=97=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/email/components/resendList.vue | 11 ++++++----- src/views/system/email/index.vue | 9 +++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/system/email/components/resendList.vue b/src/views/system/email/components/resendList.vue index 6ecfc1b7..87ee91f4 100644 --- a/src/views/system/email/components/resendList.vue +++ b/src/views/system/email/components/resendList.vue @@ -14,12 +14,12 @@ :value="item.value" /> - + {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0 ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 0).map(item => - item.RecipientAddress).join(", ") : '' + item.RecipientName).join(", ") : '' }} @@ -59,7 +59,7 @@ @@ -73,7 +73,7 @@ - + @@ -59,7 +59,7 @@ @@ -230,6 +230,7 @@ export default { // 重置列表查询 handleReset() { this.searchData = searchDataDefault() + this.datetimerange = [] this.getList() }, // 排序