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