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)