fix(接口测试): 修复场景导入接口列表模块不显的缺陷

--bug=1027449 --user=王孝刚 【接口测试】场景详情-接口列表导入-API/CASE-不显示模块-切换后数据也不显示了
https://www.tapd.cn/55049933/s/1387997
This commit is contained in:
wxg0103 2023-06-29 10:56:19 +08:00 committed by 副驾仙人
parent d0ed4e24cf
commit 6a13105e66
1 changed files with 3 additions and 0 deletions

View File

@ -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)=>{