|
|
|
@ -99,6 +99,7 @@ |
|
|
|
|
import cardListTow from '../components/cardListtow.vue'; |
|
|
|
|
import cardListThree from '../components/cardListThree.vue'; |
|
|
|
|
import echarts from '/@/utils/lib/echarts'; |
|
|
|
|
import { getOrganizingCommittee }from '/@/api/common/api' |
|
|
|
|
const throttle = (fn: any) => { |
|
|
|
|
let timer: any; |
|
|
|
|
return function () { |
|
|
|
@ -112,6 +113,12 @@ |
|
|
|
|
}, 1000); |
|
|
|
|
}; |
|
|
|
|
}; |
|
|
|
|
const getOrganizingCommitteeEvent = async () => { |
|
|
|
|
const res = await getOrganizingCommittee() |
|
|
|
|
console.log(res); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
getOrganizingCommitteeEvent() |
|
|
|
|
const initContent = () => { |
|
|
|
|
const myChart = echarts.init(document.getElementById('chart-content')); |
|
|
|
|
const option = { |
|
|
|
|