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

@@ -954,21 +954,21 @@ const excellentRecord = ref([]);
(currentQuery.user_name && currentQuery.user_level)
if (!isFromRoute) {
await CenterCampPeriodAdmin()
CenterCampPeriodAdmin()
}
await CentergetGoodRecord()
await CenterOverallCenterPerformance()
await CenterTotalGroupCount()
await CenterConversionRate()
await CenterTotalCallCount()
await CenterNewCustomer()
await CenterDepositConversionRate()
await CenterCustomerType()
await CenterUrgentNeedToAddress()
await CenterConversionRateVsAverage()
CentergetGoodRecord()
CenterOverallCenterPerformance()
CenterTotalGroupCount()
CenterConversionRate()
CenterTotalCallCount()
CenterNewCustomer()
CenterDepositConversionRate()
CenterCustomerType()
CenterUrgentNeedToAddress()
CenterConversionRateVsAverage()
await CenterSeniorManagerList()
await CenterGroupList('all')
CenterSeniorManagerList()
CenterGroupList('all')
console.log('[强制刷新] 所有数据已重新加载')
} catch (error) {