Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
ce389708f4
  1. 2
      src/views/components/tinymce2/index.vue
  2. 7
      src/views/modules/communityParty/regionalParty/activitysForm.vue

2
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: {

7
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)

Loading…
Cancel
Save