From 6ef001c79a3d09b716a47e4be8c13f3753c311c1 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期一, 25 十二月 2023 16:21:43 +0800
Subject: [PATCH] 柱状图切换展示形式

---
 Source/UBCS-WEB/src/views/statistic/statisticPage.vue |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/statistic/statisticPage.vue b/Source/UBCS-WEB/src/views/statistic/statisticPage.vue
index ad00025..e3f96f3 100644
--- a/Source/UBCS-WEB/src/views/statistic/statisticPage.vue
+++ b/Source/UBCS-WEB/src/views/statistic/statisticPage.vue
@@ -129,8 +129,6 @@
     async getEcharts() {
       try {
         const firstResponse = await getBtmAndChart();
-        this.ResponseData = await getBtmAndChart();
-        console.log(firstResponse)
         const btmNames = Object.keys(firstResponse.data.data).join(',');
         const btmValue = Object.values(firstResponse.data.data);
         if (!btmNames) {
@@ -189,8 +187,6 @@
               });
             });
           }
-        } else {
-          console.log('else')
         }
       });
     },
@@ -273,7 +269,6 @@
     },
     //琛ㄦ牸澶氶��
     selectChange(selection) {
-      console.log('selection', selection)
       this.selectData = selection;
     },
   }

--
Gitblit v1.9.3