From 09695537dd4667bf5e08f0a3b4b887059bcb33fe Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 31 May 2022 13:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityGovern/shijianchuli/shijianchulifenxi.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue b/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue index dbd4c55c..3eb8819c 100644 --- a/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue +++ b/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue @@ -298,8 +298,7 @@ export default { await this.getLineChart() this.dataLoading = false - console.log(this.orgType) - console.log(this.orgId) + // this.assignData() @@ -425,11 +424,11 @@ export default { { name: "已完成", - value: data.closedRatio * 100 + value: Math.floor(data.closedRatio * 10000) / 100 }, { name: "处理中", - value: data.processingRatio * 100 + value: Math.floor(data.processingRatio * 10000) / 100 }, ]