fix:bug 修复

This commit is contained in:
wangwenrui
2020-01-06 19:09:40 +08:00
parent efdf6e666d
commit e866023fe3

View File

@@ -389,7 +389,7 @@
}
//this.$refs.addEndpointBox.show(false);
} else if (type == 2) {
this.$refs.moduleBox.show(true);
this.$refs.moduleBox.show(true,true);
if (this.$refs.projectBox) {
this.$refs.projectBox.show(false);