diff --git a/src/views/attachment/components/AttachmentDetailDrawer.vue b/src/views/attachment/components/AttachmentDetailDrawer.vue
index 4495ce7b..6d8f3cbc 100644
--- a/src/views/attachment/components/AttachmentDetailDrawer.vue
+++ b/src/views/attachment/components/AttachmentDetailDrawer.vue
@@ -290,6 +290,7 @@ export default {
this.photo['takeTime'] = new Date().getTime()
photoApi.create(this.photo).then(response => {
this.$message.success('添加成功!')
+ this.photo = {}
})
},
onClose() {
diff --git a/src/views/post/CategoryList.vue b/src/views/post/CategoryList.vue
index 706daddc..b123b952 100644
--- a/src/views/post/CategoryList.vue
+++ b/src/views/post/CategoryList.vue
@@ -92,14 +92,34 @@
@click="handleEditCategory(record)"
>编辑
-
- 删除
-
+
+ 更多
+
+
+
+ 添加到菜单
+
+
+
+
+ 删除
+
+
+
+
@@ -111,6 +131,7 @@