fix(all): 修复bugs

This commit is contained in:
baiqi 2024-04-15 21:04:04 +08:00 committed by 刘瑞斌
parent 830290d516
commit 6859a0cd5d
1 changed files with 2 additions and 0 deletions

View File

@ -230,6 +230,8 @@
import { CaseManagementRouteEnum } from '@/enums/routeEnum';
import { TableKeyEnum } from '@/enums/tableEnum';
import { hasAllPermission } from '../../../../../../.history/src/utils/permission_20240205094418';
const props = defineProps<{
activeFolder: string;
moduleTree: ModuleTreeNode[];