src/views/classManage/studentJob.vue
@@ -151,7 +151,7 @@ const tableData: any = ref([]) onMounted(() => { const userCache: any = localStorage.getItem('jesk-userInfo') const userCache: any = localStorage.getItem(config.userInfoKey) if (userCache) { userInfo.value = JSON.parse(userCache) }