From 018d806b6e58e63de980ac037103e480a5c6b6cf Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Mon, 19 Sep 2022 19:32:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1016872 --user=宋天阳 【接口测试】场景自定义执行任务统计显示执行7次,但显示失败次数14次(查看测试报告也是七个报告) https://www.tapd.cn/55049933/s/1245963 --- .../api/homepage/components/card/ScheduleTaskCountCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/homepage/components/card/ScheduleTaskCountCard.vue b/frontend/src/business/components/api/homepage/components/card/ScheduleTaskCountCard.vue index 6f1145e00d..e125ab73d7 100644 --- a/frontend/src/business/components/api/homepage/components/card/ScheduleTaskCountCard.vue +++ b/frontend/src/business/components/api/homepage/components/card/ScheduleTaskCountCard.vue @@ -78,7 +78,7 @@ {{ $t('api_test.home_page.detail_card.failed') }} - {{ scheduleTaskCountData.failedCount + scheduleTaskCountData.failedCount }} + {{ scheduleTaskCountData.failedCount }}