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?.({