From b54ba875cc724649a4fafd5dfaedf1769febc277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=99=E6=84=8F?= Date: Fri, 11 Jul 2025 22:20:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=8F=9C=E5=8D=95=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=90=8E=E7=94=B1=20reload=20=E6=94=B9=E4=B8=BA=20query?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/system/menu/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/src/views/system/menu/index.vue b/Web/src/views/system/menu/index.vue index c0b0aa99..8b57289b 100644 --- a/Web/src/views/system/menu/index.vue +++ b/Web/src/views/system/menu/index.vue @@ -195,7 +195,7 @@ const handleDelete = (row: any) => { .then(async () => { await getAPI(SysMenuApi).apiSysMenuDeletePost({ id: row.id }); ElMessage.success(i18n.t('message.list.successDelete')); - await handleQuery(true); + await handleQuery(false); }) .catch(() => {}); };