refactor(接口测试): 修复未覆盖链接无法根据协议类型准确筛选并显示的缺陷
--bug=1020480 --user=王孝刚 【接口测试】github #20341接口测试首页-未覆盖链接无法根据协议类型准确筛选并显示,很容易造成误解 https://www.tapd.cn/55049933/s/1350831
This commit is contained in:
parent
1e3c12bdf0
commit
5c7cefe65f
|
@ -579,6 +579,9 @@ export default {
|
|||
this.condition.orders = getLastTableSortField(this.tableHeaderKey);
|
||||
// 切换tab之后版本查询
|
||||
this.condition.versionId = this.currentVersion;
|
||||
if (this.$route && this.$route.params && this.$route.params.type) {
|
||||
this.condition.protocol = this.$route.params.type;
|
||||
}
|
||||
this.initTable();
|
||||
this.getMaintainerOptions();
|
||||
this.getVersionOptions();
|
||||
|
|
Loading…
Reference in New Issue