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) } }