From c52d46e4e80a769718e8e4a4076892bca0128439 Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Fri, 4 Nov 2022 11:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/ParameterCollectionEchart.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue b/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue index d26e925f3..306768776 100644 --- a/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue +++ b/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue @@ -113,7 +113,8 @@ if (this.idList && this.idList.length > 0) { id = this.idList.join(',') } else { - id = this.$route.query.id + id = this.$route.query.parentId ? this.$route.query.parentId : this.$route.query.id + // id = this.$route.query.id } getAction('project/projectLibraryBase/getProjectDetailsStatisticsCollectManifestLabel', {id:id}).then((res) => { if (res.success) {