Browse Source

bug

shibei_master
zhaoyongnian 3 years ago
parent
commit
54d2455e25
  1. 2
      src/views/modules/visual/communityParty/gridParty.vue

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

@ -365,6 +365,8 @@ export default {
const _arr = this.selectAgency[this.selectAgency.length - 1].split('-') const _arr = this.selectAgency[this.selectAgency.length - 1].split('-')
const orgType = _arr[1] !== 'grid' ? 'agency': 'grid' const orgType = _arr[1] !== 'grid' ? 'agency': 'grid'
this.pageNo = 1 this.pageNo = 1
this.pageSize = 10;
this.eduList = []
this.getEduList(isClick && _code || '') this.getEduList(isClick && _code || '')
this.getMapData(isClick && _code || '') this.getMapData(isClick && _code || '')
} }

Loading…
Cancel
Save