fix(接口测试): 修复跳转不显示接口模块树的缺陷
--bug=1027563 --user=王孝刚 【接口测试】首页-接口数量统计-接口完成率-点击数量跳转到接口列表-点击执行-跳到TEST页面-模块未显示 https://www.tapd.cn/55049933/s/1389305 --bug=1027562 --user=王孝刚 【接口测试】首页-接口数量统计和接口用例数量统计-点击数字进入接口列表-未显示模块树 https://www.tapd.cn/55049933/s/1389323 --bug=1027566 --user=王孝刚 【接口测试】场景详情-前后置脚本-api定义导入报404-未显示api数据 https://www.tapd.cn/55049933/s/1389336
This commit is contained in:
parent
0b8006c6af
commit
ddf579e1c5
|
@ -14,6 +14,7 @@
|
||||||
@refreshTable="refresh"
|
@refreshTable="refresh"
|
||||||
@setModuleOptions="setModuleOptions"
|
@setModuleOptions="setModuleOptions"
|
||||||
:is-read-only="true"
|
:is-read-only="true"
|
||||||
|
:is-relevance="true"
|
||||||
ref="nodeTree" />
|
ref="nodeTree" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -206,6 +206,9 @@ export default {
|
||||||
this.list();
|
this.list();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
if (!this.condition.protocol) {
|
||||||
|
this.condition.protocol = 'HTTP';
|
||||||
|
}
|
||||||
this.$emit('protocolChange', this.condition.protocol);
|
this.$emit('protocolChange', this.condition.protocol);
|
||||||
this.list();
|
this.list();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue