From c02bdfccd3cff8a8bc5b01dd89907d10445c3565 Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Fri, 27 May 2022 18:14:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityGovern/shijianfenlei/shijianfenleifenxi.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue b/src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue index d06d9ded..970060f7 100644 --- a/src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue +++ b/src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue @@ -239,6 +239,7 @@ export default { queryEndTime: '', categoryCode: '', tableOrgId: '', + tableOrgType: '', eventId: '', processStatus: '' } @@ -400,6 +401,7 @@ export default { value: item.total, name: item.orgName, orgId: item.orgId, + orgType: item.orgType, color: colorArray[colIndex], selected: index == 0 ? true : false } @@ -416,7 +418,7 @@ export default { const url = '/gov/project/icEvent/processAnalysis/eventList' let params = { orgId: this.tableOrgId ? this.tableOrgId : this.orgId, - orgType: this.orgType, + orgType: this.tableOrgType ? this.tableOrgType : this.orgType, queryStartTime: this.queryStartTime, queryEndTime: this.queryEndTime, processStatus: this.processStatus, // 处理状态,processing,closed_case。可为空,为空查询所有状态的事件列表 @@ -538,6 +540,7 @@ export default { // this.$refs.pieChart.hideLoading() this.$refs.pieChart.setOption(this.pieOption) this.tableOrgId = '' + this.tableOrgType = '' this.demand.pageNo = 1 this.getGridPieData() }, @@ -603,6 +606,8 @@ export default { } } this.tableOrgId = element.orgId + this.tableOrgType = element.orgType + console.log(element) } else { element.label = { show: false,