更新
This commit is contained in:
@ -37,7 +37,6 @@ const router = useRouter();
|
||||
onMounted(() => {
|
||||
deptName.value = localStorage.getItem("deptId") ? JSON.parse(localStorage.getItem("deptId"))[0].deptName : ''
|
||||
})
|
||||
|
||||
const active = ref("");
|
||||
onMounted(() => {
|
||||
//登陆用户信息
|
||||
|
||||
Reference in New Issue
Block a user