Browse Source

下拉框bug

feature
jiangyy 3 years ago
parent
commit
692541dc07
  1. 2
      src/views/modules/communityParty/regionalParty/activitysForm.vue

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

@ -238,6 +238,7 @@ export default {
let _form = {
unitName: '',
serviceMatterList: [],
unitIdList: [],
type: '',
contact: '',
contactMobile: '',
@ -530,6 +531,7 @@ export default {
this.formData = {
unitName: '',
serviceMatterList: [],
unitIdList: [],
type: '',
contact: '',
contactMobile: '',

Loading…
Cancel
Save