Browse Source

选择bug

dev-map-local
jiangyy 3 years ago
parent
commit
dc3fb36a34
  1. 31
      src/views/modules/communityParty/regionalParty/activitysForm.vue

31
src/views/modules/communityParty/regionalParty/activitysForm.vue

@ -236,14 +236,17 @@ export default {
data () {
let initFormData = () => {
let _form = {
unitName: '',
gridId: '',
serviceMatter: '',//
serviceMatterList: [],
unitId: '',//ID
unitIdList: [],
type: '',
contact: '',
contactMobile: '',
memberCount: 0,
remark: '', //500
title: '',//
target: '',//
content: '',//
activityTime: '',//
peopleCount: 0,//
result: '', //
address: '', //
longitude: this.$store.state.user.longitude, //
latitude: this.$store.state.user.latitude//
@ -529,18 +532,22 @@ export default {
this.activityId = ''
this.keyWords = ''
this.formData = {
unitName: '',
gridId: '',
serviceMatter: '',//
serviceMatterList: [],
unitId: '',//ID
unitIdList: [],
type: '',
contact: '',
contactMobile: '',
memberCount: 0,
remark: '', //500
title: '',//
target: '',//
content: '',//
activityTime: '',//
peopleCount: 0,//
result: '', //
address: '', //
longitude: this.$store.state.user.longitude, //
latitude: this.$store.state.user.latitude//
}
},
//
startLoading () {

Loading…
Cancel
Save