From c1d3f31f5f58f9eea9a9048369ade081386ff91d Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期四, 03 四月 2025 10:25:18 +0800 Subject: [PATCH] 修改标准库变更 --- src/views/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 26471bc..858773c 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -353,7 +353,6 @@ month: month, } currentUserWorkHourCount(params).then(res => { - console.log(res) this.totalHour = res.data.totalHour this.materialPieSeries[0].data[0].value = res.data.subsidiaryHour this.materialPieSeries[0].data[1].value = res.data.yieldHour -- Gitblit v1.9.3