fix(接口自动化): 修复导入场景缺陷

This commit is contained in:
fit2-zhao 2020-12-18 17:13:57 +08:00
parent ee9c1ba153
commit 9ef40e9187
1 changed files with 2 additions and 3 deletions

View File

@ -374,11 +374,10 @@
},
mounted() {
document.addEventListener('click', e => {
if (!this.$el.contains(e.target)) {
}
this.showAll();
})
},
watch: {},
watch: {},
methods: {
addComponent(type) {
switch (type) {