From 2effa33b3725f0bbce3dc49c334636c5a9c26119 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:55:59 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {