From 5742084716693ffe8ca813b0c3765a603f99220f Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 30 Nov 2023 11:57:49 +0800 Subject: [PATCH] fix:数值修改 --- src/views/toCarryOutLegislativeReforms/reform/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/toCarryOutLegislativeReforms/reform/index.vue b/src/views/toCarryOutLegislativeReforms/reform/index.vue index a0d5e7d..b12d231 100644 --- a/src/views/toCarryOutLegislativeReforms/reform/index.vue +++ b/src/views/toCarryOutLegislativeReforms/reform/index.vue @@ -433,7 +433,12 @@ link.click() // ������������������������ url.revokeObjectURL(link.href) - this.$message.success('���������������') + this.$message({ + showClose: true, + duration: 0, + message: '���������������', + type: 'success' + }) this.loading = false } }, -- Gitblit v1.8.0