fix:修复project 底部弹出框在切换module时没有关闭的问题 & 阈值类型调整

This commit is contained in:
wangwenrui
2020-09-18 11:36:02 +08:00
parent af13b0902b
commit 742b6cade2
3 changed files with 3 additions and 3 deletions

View File

@@ -573,6 +573,7 @@
});
bus.$on("current-module-change", module => {
this.currentModule = module;
this.bottomBox.showSubList=false;
});
bus.$on("project-list-change", () => {
this.getProjectList();