Browse Source

bug 3025

shibei_master
zhaoyongnian 3 years ago
parent
commit
1794d081d8
  1. 6
      src/views/modules/visual/communityParty/gridParty.vue

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

@ -362,8 +362,8 @@ export default {
// this.$refs.pieChart.hideLoading()
this.$refs.eduChart.setOption(this.pieEduOptions)
if (this.noEduInit) {
const _arr = this.selectAgency[this.selectAgency.length - 1].split('-')
const orgType = _arr[1] !== 'grid' ? 'agency': 'grid'
// const _arr = this.selectAgency[this.selectAgency.length - 1].split('-')
// const orgType = _arr[1] !== 'grid' ? 'agency': 'grid'
this.pageNo = 1
this.pageSize = 10;
this.eduList = []
@ -462,7 +462,7 @@ export default {
return {
...item,
color: "#00E5ED",
fillColor: "rgba(0, 229, 237, 0.16)"
fillColor: "rgba(0, 229, 237, 0)"
}
})

Loading…
Cancel
Save