Browse Source

联建活动

shibei_master
jiangyy 3 years ago
parent
commit
7bf774b4a6
  1. 3
      src/views/modules/communityParty/regionalParty/activitys.vue
  2. 2
      src/views/modules/communityParty/regionalParty/activitysForm.vue

3
src/views/modules/communityParty/regionalParty/activitys.vue

@ -223,7 +223,6 @@
:close-on-click-modal="false" :close-on-click-modal="false"
:close-on-press-escape="false" :close-on-press-escape="false"
:title="formTitle" :title="formTitle"
:destroy-on-close="true"
width="950px" width="950px"
top="5vh" top="5vh"
class="dialog-h" class="dialog-h"
@ -429,6 +428,7 @@ export default {
diaClose () { diaClose () {
this.$refs.ref_form.resetData() this.$refs.ref_form.resetData()
this.formShow = false this.formShow = false
}, },
@ -449,6 +449,7 @@ export default {
handleAdd () { handleAdd () {
this.formTitle = '新增' this.formTitle = '新增'
this.formShow = true this.formShow = true
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.ref_form.initForm('add', null) this.$refs.ref_form.initForm('add', null)

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

@ -258,7 +258,7 @@ export default {
latitude: 120.38945519 // latitude: 120.38945519 //
}, },
serviceList: [], serviceList: [],
gridList: [], // gridList: [],
agencyId: '' agencyId: ''
} }

Loading…
Cancel
Save