From 06877cf2c8086146b336a4e09a6c6dfd1f28a394 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Mon, 4 Jul 2022 13:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= 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 37be07cf5..71c29c007 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -596,7 +596,7 @@ projectId: this.$route.query.projectId } this.textLoading = true - postAction('/params/collectManifest/bringSdtInto', query).then((res) => { + getAction('/params/collectManifest/bringSdtInto', query).then((res) => { if (res.success) { this.$message.success(this.$t('OperationSuccessful')) this.$refs.CollectionTabel.getTableList()