refactor: 项目简化

Former-commit-id: 73a4a6c9c41e013928e6205dd7c078d0e955f487
This commit is contained in:
horizons
2022-09-13 07:44:55 +08:00
parent 90c6059f3f
commit 81d7880ebc
64 changed files with 204 additions and 5279 deletions

View File

@@ -27,9 +27,9 @@ import {
downloadTemplate,
exportUser,
importUser
} from '@/api/system/user';
import { listDeptOptions } from '@/api/system/dept';
import { listRoleOptions } from '@/api/system/role';
} from '@/api/user';
import { listDeptOptions } from '@/api/dept';
import { listRoleOptions } from '@/api/role';
// 组件依赖
import {
@@ -55,7 +55,7 @@ import {
UserQueryParam,
UserFormData,
UserImportFormData
} from '@/types/api/system/user';
} from '@/types/api/user';
import { Option, Dialog } from '@/types/common';