fix(接口自动化): 修复场景步骤未输入名称时无法展开问题
This commit is contained in:
parent
90bf8a672e
commit
ce0855bd2e
|
@ -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") {
|
||||||
|
|
Loading…
Reference in New Issue