From 7e14e168af6125695acfba8ca7375e094f3c9b0d Mon Sep 17 00:00:00 2001 From: xjs Date: Tue, 30 Jun 2026 15:05:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B9=B4=E4=BB=BD=E6=97=8B=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-sub/information/rank.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages-sub/information/rank.vue b/src/pages-sub/information/rank.vue index dc5f928..6991293 100644 --- a/src/pages-sub/information/rank.vue +++ b/src/pages-sub/information/rank.vue @@ -2,7 +2,7 @@ import { systemInfo } from '@/utils/systemInfo' import MxRadioGroup from "@/pages-sub/components/radio/index.vue?async" import MxSearch from "@/pages-sub/components/search/index.vue?async" -import { getAreaList, getHistoryYearList, getRankTable } from "@/service" +import { getAreaList, getRankTable } from "@/service" import { useUserStore } from "@/store" // #ifdef MP-WEIXIN @@ -70,7 +70,7 @@ const handleChange = () => { exceedRatioText.value = resp.result.exceedRatioText estimatedRank.value = resp.result.estimatedRank yearList.value = [...resp.result.years] - searchParams.value.year = yearList.value[yearList.value.length - 1]?.value + searchParams.value.year = resp.result.selectedYear.toString() nearbyItems.value = [...resp.result.nearbyItems.reverse()] areaName.value=resp.result.selectedArea