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

@@ -687,16 +687,16 @@ onMounted(async() => {
// 页面初始化逻辑
console.log('页面初始化,开始加载数据...');
await getRealTimeProgress()
await getTotalDeals()
await getConversionComparison('month')
await getCompanySalesRank('red')
await getCustomerTypeRatio('child_education')
await getCustomerUrgency()
await CusotomGetLevelTree()
await getDetailData()
await CenterExcellentRecord()
getRealTimeProgress()
getTotalDeals()
getConversionComparison('month')
getCompanySalesRank('red')
getCustomerTypeRatio('child_education')
getCustomerUrgency()
CusotomGetLevelTree()
getDetailData()
CenterExcellentRecord()
// 输出缓存状态信息
const cacheInfo = getCacheInfo();
console.log('数据加载完成,缓存状态:', cacheInfo);