@@ -156,6 +156,7 @@ const getDepartmentList = async (e) => {
// 获取学生基本信息
const studentInfoFun = async () => {
+ await userStore.getStudentInformation()
const data = JSON.parse(localStorage.getItem('studentInfo') || '{}')
if (data.schoolId) getDepartmentList(data.schoolId)
// 回显