This commit is contained in:
2025-10-29 12:13:47 +08:00
parent 86cf54b9de
commit 51091d097e
6 changed files with 54 additions and 54 deletions

View File

@@ -294,19 +294,19 @@ const forceRefreshAllData = async () => {
try {
isLoading.value = true
await fetchOverallTeamPerformance()
await fetchActiveGroups()
await fetchConversionRate()
await fetchTotalCallCount()
await fetchNewCustomers()
await fetchDepositConversions()
await fetchAbnormalResponseRate()
await fetchCustomerCommunicationRate()
await fetchAverageResponseTime()
await fetchTimeoutRate()
await fetchTableFillingRate()
await fetchUrgentNeedToAddress()
await fetchTeamRanking()
fetchOverallTeamPerformance()
fetchActiveGroups()
fetchConversionRate()
fetchTotalCallCount()
fetchNewCustomers()
fetchDepositConversions()
fetchAbnormalResponseRate()
fetchCustomerCommunicationRate()
fetchAverageResponseTime()
fetchTimeoutRate()
fetchTableFillingRate()
fetchUrgentNeedToAddress()
fetchTeamRanking()
console.log('所有数据已强制刷新完成')
} catch (error) {
console.error('强制刷新数据失败:', error)