fix:project 左侧菜单bug修复

This commit is contained in:
wangwenrui
2020-04-23 17:20:18 +08:00
parent faae4afb3e
commit 951d7b423c

View File

@@ -464,6 +464,7 @@
this.$store.commit('setProject',this.currentProject)
}
this.currentModule={};
this.currentProjectTitle=this.currentProject.name+"-"+this.currentProject.id
// this.$refs.projectLeft.setActiveNames([]);
}
},