update 优化代码格式

This commit is contained in:
LiuHao
2024-05-19 17:31:05 +08:00
parent 7df347c1d4
commit f367b49dd6
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +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";
import { parseTime } from '@/utils/ruoyi';
const route = useRoute();
const { proxy } = getCurrentInstance() as ComponentInternalInstance;