forked from github/dataease
Merge pull request #8940 from dataease/pr@dev-v2@fix_jump
fix(仪表板): 修复数据大屏预览模式下跳转当前页面失败 #8840
This commit is contained in:
commit
b6473617f0
@ -316,6 +316,9 @@ const onDrillFilters = param => {
|
||||
const windowsJump = (url, jumpType) => {
|
||||
try {
|
||||
window.open(url, jumpType)
|
||||
if (jumpType === '_self') {
|
||||
location.reload()
|
||||
}
|
||||
} catch (e) {
|
||||
ElMessage.error(t('visualization.url_check_error') + ':' + url)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user