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 }}

-
+ -->