Browse Source

bug

shibei_master
zhaoyongnian 3 years ago
parent
commit
79f087fccc
  1. 5
      src/views/modules/visual/communityParty/gridParty.vue

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

@ -310,7 +310,10 @@ export default {
this.pieEduOptions.legend = { ...legend }
this.clickEduPie(0)
let fun = params => {
this.clickEduPie(params.dataIndex)
if (params.seriesIndex == 0 || params.seriesIndex == 2) {
this.$refs.eduChart.clear()
this.clickEduPie('-1')
} else this.clickEduPie(params.dataIndex)
}
this.$refs.eduChart.handleClick(fun)
},

Loading…
Cancel
Save