兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-05-20 a63543a5c793c8954fa2f9da0ee4fb215c62d8c2
src/api/system/user/types.ts
@@ -1,4 +1,3 @@
import { DeptVO } from './../dept/types';
import { RoleVO } from '@/api/system/role/types';
import { PostVO } from '@/api/system/post/types';
@@ -40,7 +39,7 @@
  loginIp: string;
  loginDate: string;
  remark: string;
  dept: DeptVO;
  deptName: string;
  roles: RoleVO[];
  roleIds: any;
  postIds: any;