From 5f70fe056aa63b2efe4e68ccbdd2e3c0286cc465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 22 Dec 2023 11:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E6=B8=85=E5=8D=95=E7=9A=84=E5=82=AC=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ParameterItemCollectionList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {