对比新文件 |
| | |
| | | |
| | | import request from '@/router/axios'; |
| | | |
| | | //缁熻鍒嗘瀽鏁版嵁 |
| | | export const getStatisticAnalysis = (params) => { |
| | | return request({ |
| | | url: '/api/ubcs-code/mdmEngineController/getStatisticAnalysis', |
| | | method: 'get', |
| | | params |
| | | }) |
| | | } |
| | |
| | | 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, |
| | |
| | | //鏂板 |
| | | addHandler() { |
| | | this.addVisible = true; |
| | | getStatisticAnalysis({btmNames:'part'} ).then(res=>{ |
| | | console.log(res) |
| | | }) |
| | | }, |
| | | //鍙栨秷 |
| | | escHandler() { |