From b6d555cf61b11ee742aaec1ba118c569b5950596 Mon Sep 17 00:00:00 2001 From: yangchaoshun <2919058172@qq.com> Date: Mon, 24 Feb 2025 12:23:32 +0800 Subject: [PATCH] =?UTF-8?q?fit():=E4=BF=AE=E6=94=B9=E6=96=B9=E6=B3=95listM?= =?UTF-8?q?enu(queryParams.value)=E6=B2=A1=E6=9C=89=E4=BC=A0=E5=AE=9E?= =?UTF-8?q?=E4=BD=93=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/menu/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 6cd0a93..0aa49f6 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -37,7 +37,7 @@ >新增 - { + listMenu(queryParams.value).then(response => { const menu = { menuId: 0, menuName: "主类目", children: [] }; menu.children = proxy.handleTree(response.data, "menuId"); menuOptions.value.push(menu);