兰宝车间质量管理系统-前端
ahao
2024-01-05 bb696b300fb1307998db7e0914f7ad593e2f51ed
src/views/system/user/index.vue
@@ -298,12 +298,12 @@
<script setup name="User" lang="ts">
import api from '@/api/system/user';
import { UserForm, UserQuery, UserVO } from '@/api/system/user/types';
import { treeselect } from '@/api/system/dept';
import { DeptVO } from '@/api/system/dept/types';
import { RoleVO } from '@/api/system/role/types';
import { PostVO } from '@/api/system/post/types';
import { to } from 'await-to-js';
import { treeselect } from '@/api/system/dept';
import { globalHeaders } from '@/utils/request';
import { to } from 'await-to-js';
const router = useRouter();
const { proxy } = getCurrentInstance() as ComponentInternalInstance;