update 全依赖版本升级

This commit is contained in:
疯狂的狮子Li
2024-01-14 22:30:00 +08:00
parent 4ea7376dbc
commit b783b8d991
2 changed files with 32 additions and 31 deletions

View File

@ -59,6 +59,7 @@ import { RoleVO } from '@/api/system/role/types';
import { getAuthRole, updateAuthRole } from '@/api/system/user';
import { UserForm } from '@/api/system/user/types';
import { RouteLocationNormalized } from 'vue-router';
import { parseTime } from "@/utils/ruoyi";
const route = useRoute();
const { proxy } = getCurrentInstance() as ComponentInternalInstance;