提交 80a6f7f8 authored 作者: 张伊明's avatar 张伊明

修改进展预测打开方式

上级 2f7ba785
流水线 #406 已通过 于阶段
in 1 分 46 秒
...@@ -134,9 +134,10 @@ const handleAnalysisClick = analysisType => { ...@@ -134,9 +134,10 @@ const handleAnalysisClick = analysisType => {
// 进展预测 -> 法案简介页(法案进展) // 进展预测 -> 法案简介页(法案进展)
if (analysisType === "forsee") { if (analysisType === "forsee") {
router.push({ const target = router.resolve({
path: `/billLayout/ProgressForecast/${billId}`, path: `/billLayout/ProgressForecast/${billId}`,
}); });
window.open(target.href, "_blank");
return; return;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论