From 0a126ea4118288790ebc5b311dcffb64ee4b51aa Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Sat, 23 Jul 2022 11:44:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95=E9=A6=96=E9=A1=B57?= =?UTF-8?q?=E5=A4=A9=E6=9B=B4=E6=96=B0=E7=94=A8=E4=BE=8B=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015224 --user=宋天阳 【接口测试】接口首页中最近7天更新的接口未更新非http协议的接口数据(sql/tcp/dubbo协议) https://www.tapd.cn/55049933/s/1207979 --- .../components/api/homepage/components/ApiNewTestCaseList.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/business/components/api/homepage/components/ApiNewTestCaseList.vue b/frontend/src/business/components/api/homepage/components/ApiNewTestCaseList.vue index 6353595d2a..ede5a106d7 100644 --- a/frontend/src/business/components/api/homepage/components/ApiNewTestCaseList.vue +++ b/frontend/src/business/components/api/homepage/components/ApiNewTestCaseList.vue @@ -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;