From 7d21da6cfc74876429cbb4de88315d6a5489dedc Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:04:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=2083405=EF=BC=8C=E6=A0=87?= =?UTF-8?q?=E5=87=86=E8=B7=9F=E8=B8=AA=E6=B8=85=E5=8D=95--=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E4=B8=8B=E5=8F=91--=E6=8F=90=E7=A4=BA=E8=AF=AD?= =?UTF-8?q?=E6=98=AF=E7=A9=BA=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/policyRegulation/standardTrackingList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/policyRegulation/standardTrackingList/index.vue b/src/pages/policyRegulation/standardTrackingList/index.vue index 56bdfc813..01be534d1 100644 --- a/src/pages/policyRegulation/standardTrackingList/index.vue +++ b/src/pages/policyRegulation/standardTrackingList/index.vue @@ -417,7 +417,7 @@ export default { const config = { _this: this, loading: 'processDistributionLoading' } this.$http._post(this.url.processDistribution, this.processDistributionForm, config).then(res => { if (res.ok) { - this.$message.success(res.message) + this.$message.success(res.data) this.visible = false this.getData() } else {