|
|
|
|
@ -462,8 +462,12 @@ const titleClickFun =()=>{
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// region 所有函数 |
|
|
|
|
const getVideoSuperviseProblemRankData = async (timeValue) => { |
|
|
|
|
const res = await getVideoSuperviseProblemRank(timeValue); |
|
|
|
|
const getVideoSuperviseProblemRankData = async () => { |
|
|
|
|
const body = { |
|
|
|
|
beginTime: time.value[0], |
|
|
|
|
endTime: time.value[1] |
|
|
|
|
} |
|
|
|
|
const res = await getVideoSuperviseProblemRank(body); |
|
|
|
|
fxsjRankList.value = res.fxsjVideoSuperviseProblemRankList; |
|
|
|
|
|
|
|
|
|
jsdwRankList.value = res.jsdwVideoSuperviseProblemRankList; |
|
|
|
|
@ -519,8 +523,8 @@ const getVideoSuperviseProblemTypeRateData = async (timeValue) => {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
const getData = async () => { |
|
|
|
|
getVideoSuperviseProblemRankData(); |
|
|
|
|
Promise.all([ |
|
|
|
|
getVideoSuperviseProblemRankData(time.value), |
|
|
|
|
getAllVideoSuperviseCountData(time.value), |
|
|
|
|
getVideoSuperviseMapData(time.value), |
|
|
|
|
getVideoSuperviseTrendData(selectedYear.value), |
|
|
|
|
|