From 8291fd82935b5353d0ac20dd84e0039102b8f607 Mon Sep 17 00:00:00 2001 From: xiaomaiyun <923782299@qq.com> Date: Thu, 15 Dec 2022 15:25:15 +0000 Subject: [PATCH] =?UTF-8?q?[bugfix]=E8=8F=9C=E5=8D=95=E7=AE=A1=E7=90=86-->?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90-->=E5=88=A0=E9=99=A4?= =?UTF-8?q?=EF=BC=8C=E6=97=A0=E6=B3=95=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiaomaiyun <923782299@qq.com> --- snowy-admin-web/src/views/sys/resource/button/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/snowy-admin-web/src/views/sys/resource/button/index.vue b/snowy-admin-web/src/views/sys/resource/button/index.vue index 70a5c36b..7ae59689 100644 --- a/snowy-admin-web/src/views/sys/resource/button/index.vue +++ b/snowy-admin-web/src/views/sys/resource/button/index.vue @@ -98,7 +98,6 @@ } ] buttonApi.buttonDelete(params).then((res) => { - message.success(res.msg) table.value.refresh(true) }) }