From ce389708f4cfe67dde67e51f9c25f6d4699c6c9d Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Tue, 28 Jun 2022 15:41:33 +0800 Subject: [PATCH] dd --- src/views/components/tinymce2/index.vue | 2 +- .../modules/communityParty/regionalParty/activitysForm.vue | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/components/tinymce2/index.vue b/src/views/components/tinymce2/index.vue index 5f82a817..eb118d6a 100644 --- a/src/views/components/tinymce2/index.vue +++ b/src/views/components/tinymce2/index.vue @@ -48,7 +48,7 @@ import "tinymce/plugins/visualblocks"; // import "tinymce/plugins/visualchars"; // import "tinymce/plugins/wordcount"; //数字统计 import { debounce } from "throttle-debounce"; - +let num = 1; export default { props: { id: { diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue index 81b926c1..ea0915d5 100644 --- a/src/views/modules/communityParty/regionalParty/activitysForm.vue +++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue @@ -258,7 +258,7 @@ export default { latitude: 120.38945519 //纬度 }, serviceList: [], - gridList: [], + gridLists: [], agencyId: '' } @@ -304,7 +304,7 @@ export default { const { data, code, msg } = await requestPost(url, params) if (code === 0) { - this.gridList = data + this.gridLists = data } else { this.$message.error(msg) @@ -390,6 +390,9 @@ export default { if (this.formData.content) { this.formData.content = this.dormatHtml(this.formData.content) } + if (this.formData.result) { + this.formData.result = this.dormatHtml(this.formData.result) + } const { data, code, msg } = await requestPost(url, this.formData)