refactor: 将枚举和常量从utils移动到constants
This commit is contained in:
@@ -5,7 +5,8 @@ import type { SystemRoleApi } from '#/api/system/role';
|
||||
import { ref } from 'vue';
|
||||
|
||||
import { useVbenModal, VbenTree } from '@vben/common-ui';
|
||||
import { handleTree, SystemDataScopeEnum } from '@vben/utils';
|
||||
import { SystemDataScopeEnum } from '@vben/constants';
|
||||
import { handleTree } from '@vben/utils';
|
||||
|
||||
import { Checkbox, message } from 'ant-design-vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user