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