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

Loading…
Cancel
Save