fix(接口自动化): 修复场景步骤未输入名称时无法展开问题

This commit is contained in:
fit2-zhao 2021-06-22 12:43:22 +08:00 committed by fit2-zhao
parent 90bf8a672e
commit ce0855bd2e
1 changed files with 1 additions and 3 deletions

View File

@ -132,9 +132,7 @@
}, },
methods: { methods: {
active() { active() {
if(!this.isShowInput){ this.$emit('active');
this.$emit('active');
}
}, },
getMethod() { getMethod() {
if (this.data.protocol === "HTTP") { if (this.data.protocol === "HTTP") {