From a94458409827ae9e96b585d83e5a56e73fb2bcf2 Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:24:50 +0800 Subject: [PATCH] =?UTF-8?q?BUG=2083405,=E6=A0=87=E5=87=86=E8=B7=9F?= =?UTF-8?q?=E8=B8=AA=E6=B8=85=E5=8D=95--=E6=B5=81=E7=A8=8B=E4=B8=8B?= =?UTF-8?q?=E5=8F=91--=E6=8F=90=E7=A4=BA=E8=AF=AD=E6=98=AF=E7=A9=BA?= =?UTF-8?q?=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 8ed6492de..194f60112 100644 --- a/src/pages/policyRegulation/standardTrackingList/index.vue +++ b/src/pages/policyRegulation/standardTrackingList/index.vue @@ -427,7 +427,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.data) + this.$message.success('操作成功') this.visible = false this.getData() } else {