bugfix:修复切换用户后keywords列表不更新的bug
This commit is contained in:
parent
1eedecba02
commit
86da6ce224
@ -165,6 +165,7 @@ public class ProjectBean implements Serializable {
|
||||
FacesContext.getCurrentInstance().getExternalContext().getSessionMap().put("username", username);
|
||||
loadUserInfo();
|
||||
loadProjects();
|
||||
loadAllKeywords();
|
||||
isLoggedIn = true;
|
||||
return "index";
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user