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