diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index e6a24c408..3aa0770a6 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -3784,7 +3784,7 @@ export default { _this: this }, res => { if(res.ok){ - this.$message.success(res.message) + this.$message.success(res.data) }else { this.$message.warning(res.message) } @@ -5048,7 +5048,7 @@ export default { _this: this }, res => { if(res.ok){ - this.$message.success(res.message) + this.$message.success(res.data) }else { this.$message.warning(res.message) }