From 1794d081d8badbea19330a03bf9974cb5adf2f64 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Thu, 9 Jun 2022 14:46:10 +0800 Subject: [PATCH] bug 3025 --- src/views/modules/visual/communityParty/gridParty.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)" } })