From 6abf461f4f21f8bc8964a1bf5d05e6e565418313 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Mon, 16 Oct 2023 18:51:04 +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=E9=A6=96=E9=A1=B5=E5=9C=A8=E5=81=B6=E5=8F=91?= =?UTF-8?q?=E6=83=85=E5=86=B5=E4=B8=8B=E6=8E=A5=E5=8F=A3=E8=A6=86=E7=9B=96?= =?UTF-8?q?=E7=8E=87=E6=98=BE=E7=A4=BA=E4=B8=BA0=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1031569 --user=宋天阳 【接口测试】新建api后返回首页-接口数量统计-接口覆盖率显示为0% https://www.tapd.cn/55049933/s/1426809 --- .../src/business/home/components/dashboard/ApiDashboard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/api-test/frontend/src/business/home/components/dashboard/ApiDashboard.vue b/api-test/frontend/src/business/home/components/dashboard/ApiDashboard.vue index 7a20894ab4..9d61ea4507 100644 --- a/api-test/frontend/src/business/home/components/dashboard/ApiDashboard.vue +++ b/api-test/frontend/src/business/home/components/dashboard/ApiDashboard.vue @@ -377,7 +377,6 @@ export default { this.apiData.rpcCount = apiResponse.rpcCount; this.apiData.sqlCount = apiResponse.sqlCount; this.apiData.createdInWeek = apiResponse.createdInWeek; - this.apiData.apiCoveredRate = apiResponse.apiCoveredRate; this.apiData.completedRate = apiResponse.completedRate; this.apiData.runningCount = apiResponse.runningCount; this.apiData.notStartedCount = apiResponse.notStartedCount;