| | |
| | | <script lang="ts" setup> |
| | | import type { Recordable } from '..\..\..\..\packages\types\src'; |
| | | import type { Recordable } from '../../../../packages/types/src'; |
| | | |
| | | import type { SystemMenuApi } from '#/api/system/menu'; |
| | | import type { SystemRoleApi } from '#/api/system/role'; |
| | | |
| | | import { nextTick, ref } from 'vue'; |
| | | |
| | | import { Tree, useVbenModal } from '..\..\..\..\packages\effects\common-ui\src'; |
| | | import { SystemMenuTypeEnum } from '..\..\..\..\packages\constants\src'; |
| | | import { handleTree } from '..\..\..\..\packages\utils\src'; |
| | | import { Tree, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { SystemMenuTypeEnum } from '../../../../packages/constants/src'; |
| | | import { handleTree } from '../../../../packages/utils/src'; |
| | | |
| | | import { Checkbox, message, Spin } from 'ant-design-vue'; |
| | | |