From f2ba567b9340bad530968205bccdb5bc489454a9 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 13 Oct 2024 22:15:39 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=88=B7=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 496bef5..dff27e2 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -20,8 +20,10 @@
@@ -542,9 +544,8 @@ const goToSpecialFund = () => { }) } const refreshTodoOrDoneList = (name) => { - console.info("🚀 ~method:refreshTodoOrDoneList -----", name) - // getTodoList() - // getDoneList() + getTodoList() + getDoneList() } const initFundCharts = () => { data.fundPieCharts = echarts.init(document.getElementById('fundPie')).setOption(fundPieOption.value) @@ -598,9 +599,7 @@ const getDoneList = () => { }) } const changeResearchFundDataByYear = (year) => { - console.info("🚀 ~method:changeResearchFundDataByYear -----") if (year) { - console.info("🚀 243442-----") getResearchChart(year) } } From 235ec0c4fff97a1752bc53695b49ca03ac0b1a6b Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 13 Oct 2024 22:18:18 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=88=B7=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index dff27e2..8ef469e 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -20,7 +20,7 @@