mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(仪表板): 嵌入式跳转新窗口打开目标仪表板错误
This commit is contained in:
committed by
fit2cloud-chenyw
parent
9181b3b416
commit
f9d4ac1fd9
@@ -178,7 +178,10 @@ onMounted(async () => {
|
||||
}
|
||||
})
|
||||
await Promise.all([new Promise(r => (p = r)), new Promise(r => (p1 = r))])
|
||||
const dvId = embeddedStore.dvId || router.currentRoute.value.query.dvId
|
||||
let dvId = embeddedStore.dvId || router.currentRoute.value.query.dvId
|
||||
if (router.currentRoute.value.query.jumpInfoParam && router.currentRoute.value.query.dvId) {
|
||||
dvId = router.currentRoute.value.query.dvId
|
||||
}
|
||||
// 检查外部参数
|
||||
const ignoreParams = router.currentRoute.value.query.ignoreParams === 'true'
|
||||
const isPopWindow = router.currentRoute.value.query.popWindow === 'true'
|
||||
|
||||
Reference in New Issue
Block a user