diff --git a/src/pages/notice/[id].vue b/src/pages/notice/[id].vue index 9429386..0d4d33a 100644 --- a/src/pages/notice/[id].vue +++ b/src/pages/notice/[id].vue @@ -52,7 +52,7 @@ export default { console.log(file.data) // this.attachments.push(attach.data[0].directus_files_id) }) - if(fileAttached) + if(fileAttached){} // console.log(Object.assign({}, this.files)) // console.log(this.files) })