| | |
| | | <script lang="ts" setup> |
| | | import type { Recordable } from '..\..\..\..\packages\types\src'; |
| | | import type { Recordable } from '@vben/types'; |
| | | |
| | | 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 '@vben/common-ui'; |
| | | import { SystemMenuTypeEnum } from '@vben/constants'; |
| | | import { handleTree } from '@vben/utils'; |
| | | |
| | | import { Checkbox, message, Spin } from 'ant-design-vue'; |
| | | |