feat(接口测试): 接口测试首页7天更新用例查询方式修改
--bug=1015224 --user=宋天阳 【接口测试】接口首页中最近7天更新的接口未更新非http协议的接口数据(sql/tcp/dubbo协议) https://www.tapd.cn/55049933/s/1207979
This commit is contained in:
parent
401e317238
commit
0a126ea411
|
@ -104,9 +104,6 @@ export default {
|
|||
this.condition.moduleIds = this.selectNodeIds;
|
||||
}
|
||||
this.condition.projectId = this.projectId;
|
||||
if (this.currentProtocol != null) {
|
||||
this.condition.protocol = this.currentProtocol;
|
||||
}
|
||||
|
||||
this.enableOrderDrag = (this.condition.orders && this.condition.orders.length) > 0 ? false : true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue