From 2b5ef02510cffc0cdbe74ed53b53fd9826d0bacf Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 30 一月 2024 17:12:04 +0800 Subject: [PATCH] 首页布局更改 --- Source/UBCS-WEB/src/views/statistic/statisticPage.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/views/statistic/statisticPage.vue b/Source/UBCS-WEB/src/views/statistic/statisticPage.vue index 64dbfa1..f896de9 100644 --- a/Source/UBCS-WEB/src/views/statistic/statisticPage.vue +++ b/Source/UBCS-WEB/src/views/statistic/statisticPage.vue @@ -63,7 +63,8 @@ import pieChart from "../../components/StatisticsComponent/pieChart" import ColumnarChart from "../../components/StatisticsComponent/ColumnarChart" import mixCart from "../../components/StatisticsComponent/mixCart" -import {getStatisticAnalysis, getBtmAndChart, saveStatisticAnalysis, deleteChartId} from "@/api/statistic/chart" +import {getStatisticAnalysis, getBtmAndChart, saveStatisticAnalysis} from "@/api/statistic/chart" +//閰嶇疆琛ㄥ崟涓绘暟鎹垪琛ㄦ帴鍙� import {getList} from "@/api/system/statistic"; export default { @@ -149,7 +150,7 @@ this.loading = false; } catch (error) { this.loading = false; - console.error('Error:', error); + // console.error('Error:', error); } }, async handleStatisticAnalysis(btmNames, firstResponse) { -- Gitblit v1.9.3