未验证 提交 60a3b6a9 编写于 作者: NortonLi's avatar NortonLi 提交者: GitHub

fixed:修复操作页签后 打开页面需要使用fullPath,否则可能会导致参数丢失引起数据加载异常。 (#2768)

Co-authored-by: Nlichi <lichi@ilinecn.com>
上级 b97d5883
...@@ -23,7 +23,7 @@ export interface MultipleTabState { ...@@ -23,7 +23,7 @@ export interface MultipleTabState {
function handleGotoPage(router: Router) { function handleGotoPage(router: Router) {
const go = useGo(router); const go = useGo(router);
go(unref(router.currentRoute).path, true); go(unref(router.currentRoute).fullPath, true);
} }
const getToTarget = (tabItem: RouteLocationNormalized) => { const getToTarget = (tabItem: RouteLocationNormalized) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册