fix(all): 修复bugs
This commit is contained in:
parent
830290d516
commit
6859a0cd5d
|
@ -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[];
|
||||
|
|
Loading…
Reference in New Issue