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 1/3] =?UTF-8?q?[bugfix]=E8=8F=9C=E5=8D=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86-->=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90-->=E5=88=A0?= =?UTF-8?q?=E9=99=A4=EF=BC=8C=E6=97=A0=E6=B3=95=E8=87=AA=E5=8A=A8=E5=88=B7?= =?UTF-8?q?=E6=96=B0=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) }) } From 426ae0eb03e25d5ebe40e9d86f23aa0ae868db55 Mon Sep 17 00:00:00 2001 From: xiaomaiyun <923782299@qq.com> Date: Sat, 17 Dec 2022 15:07:44 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=BD=AE=E6=92=AD?= =?UTF-8?q?=E5=9B=BE=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiaomaiyun <923782299@qq.com> --- .../src/views/index/components/carousel.vue | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/snowy-admin-web/src/views/index/components/carousel.vue b/snowy-admin-web/src/views/index/components/carousel.vue index 74d38d71..f91d402a 100644 --- a/snowy-admin-web/src/views/index/components/carousel.vue +++ b/snowy-admin-web/src/views/index/components/carousel.vue @@ -1,13 +1,33 @@