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) {