From 5e7e2b8d4fd9ea65c0aa78a9bc93724d92f7e426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Wed, 20 Mar 2024 02:33:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/toAIVideoProject.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/toAIVideoProject.vue b/src/pages/toAIVideoProject.vue index 6674ac9..c481cf9 100644 --- a/src/pages/toAIVideoProject.vue +++ b/src/pages/toAIVideoProject.vue @@ -540,7 +540,7 @@ export default { }) this.overviewTotalDay = sum; this.typeDistributionDataDay = response.data; - //this.overviewDay++; + this.overviewDay++; } }); @@ -553,7 +553,7 @@ export default { }) this.overviewTotal = sum; this.typeDistributionData = response.data; - //this.overview++; + this.overview++; } }); },