fix(/person/report): add /person/report

This commit is contained in:
2026-02-04 17:19:03 +08:00
parent 7176174b9d
commit 0690dcbbb2
12 changed files with 1604 additions and 64 deletions

View File

@@ -14,7 +14,7 @@ import {
} from "@mantine/core"
import { useCallback, useEffect, useState } from "react"
export const convertTreeNodeToTreeNodeData = (
const convertTreeNodeToTreeNodeData = (
list: TreeNode[],
level: number = 1
): TreeNodeData[] =>