|
|
|
|
@ -578,15 +578,17 @@ const getCaseSourceRateAndDealSituationData = async (timeValue) => {
|
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
async function getData() { |
|
|
|
|
await getCaseVerificationRankData(time.value); |
|
|
|
|
// getCaseProblemPropertyData(time.value) |
|
|
|
|
await getCaseVerificationCountData(time.value); |
|
|
|
|
await getCaseVerificationMapData(time.value); |
|
|
|
|
await getCaseVerificationTrendData(selectedYear.value); |
|
|
|
|
await getCaseSourceRateAndDealSituationData(time.value); |
|
|
|
|
// getConfinementAndPauseData(time.value); |
|
|
|
|
await getCaseTypeFun(time.value) |
|
|
|
|
await getConfinementBarFun(time.value) |
|
|
|
|
Promise.all([ |
|
|
|
|
getCaseVerificationRankData(time.value), |
|
|
|
|
// getCaseProblemPropertyData(time.value) |
|
|
|
|
getCaseVerificationCountData(time.value), |
|
|
|
|
getCaseVerificationMapData(time.value), |
|
|
|
|
getCaseVerificationTrendData(selectedYear.value), |
|
|
|
|
getCaseSourceRateAndDealSituationData(time.value), |
|
|
|
|
// getConfinementAndPauseData(time.value); |
|
|
|
|
getCaseTypeFun(time.value), |
|
|
|
|
getConfinementBarFun(time.value) |
|
|
|
|
]) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// endregion |
|
|
|
|
|