From 833e4e90b99b62b8c8788bc4ab7fc40e2f88afc0 Mon Sep 17 00:00:00 2001 From: fish Date: Mon, 6 Jul 2026 14:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9E=E6=9D=BF=E6=A2=AF=E9=98=9F/=E6=A6=82?= =?UTF-8?q?=E5=BF=B5/=E8=A1=8C=E4=B8=9A=E5=88=86=E6=9E=90=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=8F=B3=E4=B8=8A=E8=A7=92=E5=88=B7=E6=96=B0=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- serve/frontend/src/pages/ConceptAnalysis.tsx | 8 -------- serve/frontend/src/pages/IndustryAnalysis.tsx | 8 -------- serve/frontend/src/pages/LimitUpLadder.tsx | 9 +-------- 3 files changed, 1 insertion(+), 24 deletions(-) diff --git a/serve/frontend/src/pages/ConceptAnalysis.tsx b/serve/frontend/src/pages/ConceptAnalysis.tsx index c698ce1..2772151 100644 --- a/serve/frontend/src/pages/ConceptAnalysis.tsx +++ b/serve/frontend/src/pages/ConceptAnalysis.tsx @@ -348,14 +348,6 @@ export function ConceptAnalysis() { > 涨幅RPS轮动分析 - diff --git a/serve/frontend/src/pages/IndustryAnalysis.tsx b/serve/frontend/src/pages/IndustryAnalysis.tsx index e2ad919..edb3928 100644 --- a/serve/frontend/src/pages/IndustryAnalysis.tsx +++ b/serve/frontend/src/pages/IndustryAnalysis.tsx @@ -390,14 +390,6 @@ export function IndustryAnalysis() { subtitle={`${industryLevelLabel} · ${marketQuery.data?.as_of ?? rowsQuery.data?.date ?? '最新'} · ${stats.length} 个行业 · ${totalSymbols} 只标的`} right={
- diff --git a/serve/frontend/src/pages/LimitUpLadder.tsx b/serve/frontend/src/pages/LimitUpLadder.tsx index d034a52..9db2b13 100644 --- a/serve/frontend/src/pages/LimitUpLadder.tsx +++ b/serve/frontend/src/pages/LimitUpLadder.tsx @@ -1440,7 +1440,7 @@ export function LimitUpLadder() { const extColumnsParam = useMemo(() => buildExtColumnsParam(extFields), [extFields]) - const { data, isLoading, refetch, isFetching } = useQuery({ + const { data, isLoading } = useQuery({ queryKey: [QK.limitLadder(asOf || undefined), extColumnsParam, direction], queryFn: () => api.limitLadder(asOf || undefined, extColumnsParam, direction), staleTime: 5 * 60_000, @@ -1606,13 +1606,6 @@ export function LimitUpLadder() { > -
} />