Browse Source

bug

feature
jianjun 3 years ago
parent
commit
09fa913bf8
  1. 16
      src/views/modules/communityParty/orgActivity/activivityList/activivityList.vue

16
src/views/modules/communityParty/orgActivity/activivityList/activivityList.vue

@ -325,11 +325,11 @@ export default {
],
formData: {
publishPartyOrgId: '',//
publishPartyOrgId: '',//
actType: '',//
startDate: '',//20220817
endDate: '',//20220817
isPublish: '',//01:
startDate: '',//20220817
endDate: '',//20220817
isPublish: '',//01:
address: '',
topic: '',
@ -717,10 +717,10 @@ export default {
resetSearch () {
this.agencyIdArray = []
this.formData = {
publishPartyOrgId: '',//
publishPartyOrgId: '',//
actType: '',//
startDate: '',//20220817
endDate: '',//20220817
startDate: '',//20220817
endDate: '',//20220817
isPublish: '',//
address: '',
topic: '',
@ -728,7 +728,7 @@ export default {
this.pageNo = 1
// this.getTableData()
this.getTableData()
},
},
};

Loading…
Cancel
Save