bugfix:修复切换用户后keywords列表不更新的bug

This commit is contained in:
高子兴 2024-07-14 16:17:09 +08:00
parent 1eedecba02
commit 86da6ce224

View File

@ -165,6 +165,7 @@ public class ProjectBean implements Serializable {
FacesContext.getCurrentInstance().getExternalContext().getSessionMap().put("username", username);
loadUserInfo();
loadProjects();
loadAllKeywords();
isLoggedIn = true;
return "index";
} else {