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

Loading…
Cancel
Save