提交 247def06 authored 作者: 刘宇琪's avatar 刘宇琪

merge:法案预测

上级 ed1f2324
...@@ -90,7 +90,7 @@ onMounted(async () => { ...@@ -90,7 +90,7 @@ onMounted(async () => {
// 获取提案信息 // 获取提案信息
const predictionData = await getProgressPrediction(billId.value).catch(err => { const predictionData = await getProgressPrediction(billId.value).catch(err => {
console.error('[v0] 获取预测数据失败:', err) console.error(' 获取预测数据失败:', err)
return null return null
}) })
...@@ -341,7 +341,7 @@ async function handleStep2Next(selectedBills: any[]) { ...@@ -341,7 +341,7 @@ async function handleStep2Next(selectedBills: any[]) {
predictionResult.value = transformPredictionResult(response.data) predictionResult.value = transformPredictionResult(response.data)
} }
} catch (error) { } catch (error) {
console.error('[v0] 获取预测分析失败:', error) console.error(' 获取预测分析失败:', error)
} finally { } finally {
predictionLoading.value = false predictionLoading.value = false
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论