perf:endPoint dcConfig 表单样式调整

This commit is contained in:
wangwenrui
2020-01-07 17:41:46 +08:00
parent fca0867d1b
commit e68aabf8ab
5 changed files with 253 additions and 157 deletions

View File

@@ -313,10 +313,10 @@
this.$refs.panelBox.show(true);
this.editPanel = {id: '', name: ''};
}else if (item.type == 1) {
this.$refs.projectBox.show(true);
this.$refs.projectBox.show(true,true);
this.editProject = {id: '', name: '', remark: ''};
} else if (item.type == 2) {
this.$refs.moduleBox.show(true);
this.$refs.moduleBox.show(true,true);
this.editModule = {
id: '',
name: '',