Source/UBCS-WEB/src/views/statistic/statisticPage.vue
@@ -65,7 +65,7 @@ import pieChart from "../../components/StatisticsComponent/pieChart" import ColumnarChart from "../../components/StatisticsComponent/ColumnarChart" import mixCart from "../../components/StatisticsComponent/mixCart" import {getStatisticAnalysis} from "@/api/statistic/chart" export default { components: { lineChart, @@ -179,6 +179,9 @@ //新增 addHandler() { this.addVisible = true; getStatisticAnalysis({btmNames:'part'} ).then(res=>{ console.log(res) }) }, //取消 escHandler() {