diff --git a/my-vue-app/src/views/topOne/topone.vue b/my-vue-app/src/views/topOne/topone.vue index 8446488..0540fff 100644 --- a/my-vue-app/src/views/topOne/topone.vue +++ b/my-vue-app/src/views/topOne/topone.vue @@ -675,7 +675,7 @@ const params={ const cacheKey = getCacheKey('CenterExcellentRecord', params); const result = await withCache(cacheKey, async () => { const res = await getExcellentRecordFile(params); - return res.data.excellent_record_list; + return res.data; }); excellentRecord.value = result; console.log(111111,result);