兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-07-24 f801f4fb11ff8ca08417a9ddf0231fb570fa26e3
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({});