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);
|
FacesContext.getCurrentInstance().getExternalContext().getSessionMap().put("username", username);
|
||||||
loadUserInfo();
|
loadUserInfo();
|
||||||
loadProjects();
|
loadProjects();
|
||||||
|
loadAllKeywords();
|
||||||
isLoggedIn = true;
|
isLoggedIn = true;
|
||||||
return "index";
|
return "index";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user