田源
2023-12-05 4b0aaf5c3536839287d4a276bb98ff7eb1346e11
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() {