fix(接口测试): 修复场景导入接口列表模块不显的缺陷
--bug=1027449 --user=王孝刚 【接口测试】场景详情-接口列表导入-API/CASE-不显示模块-切换后数据也不显示了 https://www.tapd.cn/55049933/s/1387997
This commit is contained in:
parent
d0ed4e24cf
commit
6a13105e66
|
@ -181,6 +181,9 @@ export default {
|
|||
this.$EventBus.$on("apiConditionBus", (param)=>{
|
||||
this.param = param;
|
||||
})
|
||||
if (this.isRelevance) {
|
||||
this.condition.protocol = "HTTP";
|
||||
}
|
||||
},
|
||||
beforeDestroy() {
|
||||
this.$EventBus.$off("apiConditionBus", (param)=>{
|
||||
|
|
Loading…
Reference in New Issue