fix(接口自动化): 修复导入场景缺陷
This commit is contained in:
parent
ee9c1ba153
commit
9ef40e9187
|
@ -374,11 +374,10 @@
|
|||
},
|
||||
mounted() {
|
||||
document.addEventListener('click', e => {
|
||||
if (!this.$el.contains(e.target)) {
|
||||
}
|
||||
this.showAll();
|
||||
})
|
||||
},
|
||||
watch: {},
|
||||
watch: {},
|
||||
methods: {
|
||||
addComponent(type) {
|
||||
switch (type) {
|
||||
|
|
Loading…
Reference in New Issue