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()