修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-04 13:59:12 +08:00
parent 1ba10114f3
commit 06877cf2c8
@@ -596,7 +596,7 @@
projectId: this.$route.query.projectId projectId: this.$route.query.projectId
} }
this.textLoading = true this.textLoading = true
postAction('/params/collectManifest/bringSdtInto', query).then((res) => { getAction('/params/collectManifest/bringSdtInto', query).then((res) => {
if (res.success) { if (res.success) {
this.$message.success(this.$t('OperationSuccessful')) this.$message.success(this.$t('OperationSuccessful'))
this.$refs.CollectionTabel.getTableList() this.$refs.CollectionTabel.getTableList()