Compare commits
No commits in common. "b0b429c7aa6da7326a304ab5d0903b4541f3b97b" and "dbfa1a4037384c66a64abc4e0e4dee2c76034f3f" have entirely different histories.
b0b429c7aa
...
dbfa1a4037
|
@ -200,8 +200,6 @@ const changeSubject = async (command) =>{
|
||||||
await updateUserInfo(data)
|
await updateUserInfo(data)
|
||||||
await userStore.login({username: phonenumber, password: plainpwd})
|
await userStore.login({username: phonenumber, password: plainpwd})
|
||||||
await userStore.getInfo()
|
await userStore.getInfo()
|
||||||
localStorage.removeItem('subjectList')
|
|
||||||
localStorage.removeItem('evaluationList')
|
|
||||||
router.go()
|
router.go()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue