diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 9db7e423e..cfe6758d6 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -2136,7 +2136,7 @@ title: this.$route.query.title, inventoryVersion: this.$route.query.version, projectVersion: this.$route.query.projectVersion, - paramsManifestId: this.$route.query.paramsManifestId + paramsManifestId: this.$route.query.id } postAction('/params/collectManifest/urge', query).then((res) => { if (res.success) {