From 07a0a118131d2c32a023df384a86b417ee63535b Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Thu, 23 Oct 2025 18:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=8C=E7=BA=A7=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/private/hook.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/private/hook.tsx b/src/views/system/private/hook.tsx index c9419bf..469cbaa 100644 --- a/src/views/system/private/hook.tsx +++ b/src/views/system/private/hook.tsx @@ -19,6 +19,7 @@ export function useData() { loading.value = true; const { data, code } = await getConfigTypeList({}); if (code) { + // 测试git tableList.value = data.filter(ele => { return ele.id !== 11 }) activeId.value = data[0].id getInfo(activeId.value)