From 190afb8d9db7af7dd7b0f73f9f10804428db17df Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 14 Jun 2022 14:47:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=BE=A4=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/apps/AppMassNotification/components/Add.vue | 2 +- core/apps/AppMassNotification/components/List.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/apps/AppMassNotification/components/Add.vue b/core/apps/AppMassNotification/components/Add.vue index bb5d67a8..f99106ec 100644 --- a/core/apps/AppMassNotification/components/Add.vue +++ b/core/apps/AppMassNotification/components/Add.vue @@ -227,7 +227,7 @@ export default { if (res?.data) { this.data = res.data let obj = res.data.fileList.filter(e=> e.contentType == "image") - this.images = [{ url: obj[0].accessUrl }] + this.images = [{ url: obj[0]?.accessUrl }] } }) }, diff --git a/core/apps/AppMassNotification/components/List.vue b/core/apps/AppMassNotification/components/List.vue index 35ebed3e..e09d0574 100644 --- a/core/apps/AppMassNotification/components/List.vue +++ b/core/apps/AppMassNotification/components/List.vue @@ -11,7 +11,7 @@ - + +

{{ row.media.file.fileSizeStr }}

-
+ -->