fix:修复project 底部弹出框在切换module时没有关闭的问题 & 阈值类型调整
This commit is contained in:
@@ -573,6 +573,7 @@
|
||||
});
|
||||
bus.$on("current-module-change", module => {
|
||||
this.currentModule = module;
|
||||
this.bottomBox.showSubList=false;
|
||||
});
|
||||
bus.$on("project-list-change", () => {
|
||||
this.getProjectList();
|
||||
|
||||
Reference in New Issue
Block a user