From 6be4a0de14c16c9ce8874ea88a308b54a69237e2 Mon Sep 17 00:00:00 2001 From: JIANG Date: Fri, 6 Feb 2026 16:59:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=88=86=E7=AE=A1=E5=88=86?= =?UTF-8?q?=E6=9E=90=E4=BC=A0=E9=80=92=E7=9A=84=E5=8F=82=E6=95=B0=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/olmap/BurstPipeAnalysis/AnalysisParameters.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/olmap/BurstPipeAnalysis/AnalysisParameters.tsx b/src/components/olmap/BurstPipeAnalysis/AnalysisParameters.tsx index 16bff99..15b611f 100644 --- a/src/components/olmap/BurstPipeAnalysis/AnalysisParameters.tsx +++ b/src/components/olmap/BurstPipeAnalysis/AnalysisParameters.tsx @@ -285,6 +285,9 @@ const AnalysisParameters: React.FC = () => { try { await axios.get(`${config.BACKEND_URL}/api/v1/burst_analysis/`, { params, + paramsSerializer: { + indexes: null, // 移除数组索引,即由 burst_ID[] 变为 burst_ID + }, }); // 更新弹窗为成功状态 open?.({