5555
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user