diff --git a/src/views/components/tinymce2/index.vue b/src/views/components/tinymce2/index.vue
index 405f52807..afb355118 100644
--- a/src/views/components/tinymce2/index.vue
+++ b/src/views/components/tinymce2/index.vue
@@ -187,7 +187,7 @@ export default {
this.$emit("input", editor.getContent());
});
editor.on("blur", () => {
- this.$emit("blur");
+ this.$emit("blur", editor.getContent());
});
},
dormatHtml(content) {
diff --git a/src/views/modules/communityParty/promotion/components/eventDetails.vue b/src/views/modules/communityParty/promotion/components/eventDetails.vue
deleted file mode 100644
index 0dc5f9bcc..000000000
--- a/src/views/modules/communityParty/promotion/components/eventDetails.vue
+++ /dev/null
@@ -1,278 +0,0 @@
-
-
-
-