Browse Source

dd

shibei_master
13176889840 4 years ago
parent
commit
dfb611f770
  1. 2
      src/views/modules/visual/communityParty/community.vue

2
src/views/modules/visual/communityParty/community.vue

@ -233,6 +233,7 @@ export default {
timeRange (val) {
console.log('val-www', val)
this.getList(this.agencyId);
this.getCateCount(this.agencyId)
}
},
methods: {
@ -581,6 +582,7 @@ export default {
handleSelectChange (val) {
this.getList(this.agencyId);
this.getCateCount(this.agencyId)
},
pageSizeChangeHandleNew (val) {
this.pageNo = 1;

Loading…
Cancel
Save