From 7b836df855010118271acf017bece4be0351a739 Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Tue, 28 May 2024 17:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E6=A0=87=E5=87=86=20=E6=8A=80=E6=9C=AF=E4=BD=93=E7=B3=BB?= =?UTF-8?q?=E6=A0=91=E7=9A=84=E9=85=8D=E7=BD=AE=E6=A0=87=E5=87=86/?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=A0=87=E5=87=86/=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E6=A0=87=E5=87=86=20=E6=93=8D=E4=BD=9C=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=AD=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }