lcw
This commit is contained in:
@ -73,7 +73,7 @@ const hour = ref("00"); //时
|
||||
const day = ref(0);
|
||||
const timersfm = ref(null);
|
||||
const username = localStorage.getItem("USERNAME");
|
||||
const deptName = ref(JSON.parse(localStorage.getItem("deptId"))?.[0].deptName);
|
||||
const deptName = ref(JSON.parse(localStorage.getItem("userInfo")).pxgs||"");
|
||||
const router = useRouter();
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user