切换学科 #226

Merged
lyc merged 1 commits from lyc-dev into main 2024-09-19 16:02:43 +08:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 893be27671 - Show all commits

View File

@ -200,6 +200,8 @@ const changeSubject = async (command) =>{
await updateUserInfo(data)
await userStore.login({username: phonenumber, password: plainpwd})
await userStore.getInfo()
localStorage.removeItem('subjectList')
localStorage.removeItem('evaluationList')
router.go()
}