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

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

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

Loading…
Cancel
Save