兰宝车间质量管理系统-前端
LiuHao
2023-06-20 319b37fe98d04df1e3af0f0d956ab42cb057680c
src/views/system/user/profile/index.vue
@@ -74,11 +74,11 @@
import { getUserProfile } from "@/api/system/user";
const activeTab = ref("userinfo");
const state = ref<{ user: any; roleGroup: string;  postGroup: string; auths:any[]}>({
const state = ref<Record<string, any>>({
    user: {},
    roleGroup: '',
    postGroup: '',
    auths: [],
    auths: []
});
const userForm = ref({});