fix:修改不点击project 直接点击module列表 表格不显示的问题
This commit is contained in:
@@ -365,6 +365,9 @@
|
||||
return;
|
||||
}
|
||||
this.currentProject = p;
|
||||
if(p.id!==this.$store.state.currentProject.id){
|
||||
bus.$emit("project-page-type", "project");
|
||||
}
|
||||
this.$store.commit("currentProjectChange", p);
|
||||
this.activeItemIndex = p.id;
|
||||
this.jumpTo('/project');
|
||||
|
||||
Reference in New Issue
Block a user