diff --git a/src/views/attachment/components/AttachmentDetailDrawer.vue b/src/views/attachment/components/AttachmentDetailDrawer.vue
index 2b169bd7c..a7defceb8 100644
--- a/src/views/attachment/components/AttachmentDetailDrawer.vue
+++ b/src/views/attachment/components/AttachmentDetailDrawer.vue
@@ -244,7 +244,7 @@ export default {
this.gallery['thumbnail'] = this.attachment.thumbPath
this.gallery['url'] = this.attachment.path
this.gallery['description'] = ''
- this.gallery['takeTime'] = ''
+ this.gallery['takeTime'] = new Date().getTime()
this.gallery['location'] = ''
this.gallery['team'] = ''
galleryApi.create(this.gallery).then(response => {
diff --git a/src/views/sheet/internal/JournalList.vue b/src/views/sheet/internal/JournalList.vue
index 6e7503efc..372d30811 100644
--- a/src/views/sheet/internal/JournalList.vue
+++ b/src/views/sheet/internal/JournalList.vue
@@ -83,11 +83,9 @@
{{ item.title }}
+ >{{ item.content }}
@@ -152,7 +150,8 @@ export default {
keyword: null
},
actions: [{ type: 'star-o', text: '156' }, { type: 'like-o', text: '156' }, { type: 'message', text: '2' }],
- journals: {}
+ journals: [],
+ journal: {}
}
},
created() {
diff --git a/src/views/system/BackupList.vue b/src/views/system/BackupList.vue
index b8822ded5..062a556d8 100644
--- a/src/views/system/BackupList.vue
+++ b/src/views/system/BackupList.vue
@@ -37,7 +37,7 @@
- 资源文件备份
+ 数据库备份