diff --git a/src/views/modules/visual/communityParty/gridParty.vue b/src/views/modules/visual/communityParty/gridParty.vue index 7fd851c8..0f51c6fa 100644 --- a/src/views/modules/visual/communityParty/gridParty.vue +++ b/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)" } })