feat(接口测试): 接口测试首页7天更新用例查询方式修改

--bug=1015224 --user=宋天阳
【接口测试】接口首页中最近7天更新的接口未更新非http协议的接口数据(sql/tcp/dubbo协议)
https://www.tapd.cn/55049933/s/1207979
This commit is contained in:
song-tianyang 2022-07-23 11:44:56 +08:00 committed by 建国
parent 401e317238
commit 0a126ea411
1 changed files with 0 additions and 3 deletions

View File

@ -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;