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() }, // 排序